Searched refs:g_dsymForUUID_executable (Results 1 – 1 of 1) sorted by relevance
998 static FileSpec g_dsymForUUID_executable; in GetDsymForUUIDExecutable() local1003 g_dsymForUUID_executable = FileSpec(dbgshell_command); in GetDsymForUUIDExecutable()1004 FileSystem::Instance().Resolve(g_dsymForUUID_executable); in GetDsymForUUIDExecutable()1005 if (FileSystem::Instance().Exists(g_dsymForUUID_executable)) in GetDsymForUUIDExecutable()1011 g_dsymForUUID_executable = FileSpec("/usr/local/bin/dsymForUUID"); in GetDsymForUUIDExecutable()1012 if (FileSystem::Instance().Exists(g_dsymForUUID_executable)) in GetDsymForUUIDExecutable()1017 g_dsymForUUID_executable = {}; in GetDsymForUUIDExecutable()1019 return g_dsymForUUID_executable; in GetDsymForUUIDExecutable()