Home
last modified time | relevance | path

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

/external/lldb/source/Host/common/
DFileSpec.cpp54 static std::string g_tilde; in GetCachedGlobTildeSlash() local
55 if (g_tilde.empty()) in GetCachedGlobTildeSlash()
60 g_tilde = user_entry->pw_dir; in GetCachedGlobTildeSlash()
62 if (g_tilde.empty()) in GetCachedGlobTildeSlash()
65 return g_tilde.c_str(); in GetCachedGlobTildeSlash()