Home
last modified time | relevance | path

Searched refs:hostname_cstr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp341 const char *hostname_cstr = platform_sp->GetHostname(); in DoExecute() local
343 if (hostname_cstr) in DoExecute()
344 hostname.assign(hostname_cstr); in DoExecute()