Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp347 const char *hostname_cstr = platform_sp->GetHostname(); in DoExecute() local
349 if (hostname_cstr) in DoExecute()
350 hostname.assign(hostname_cstr); in DoExecute()