Home
last modified time | relevance | path

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

/external/lldb/source/Host/common/
DFileSpec.cpp552 const char *file_cstr = m_filename.GetCString(); in ResolveExecutableLocation() local
553 if (file_cstr) in ResolveExecutableLocation()
555 const std::string file_str (file_cstr); in ResolveExecutableLocation()