Searched refs:g_dsymForUUID_executable (Results 1 – 1 of 1) sorted by relevance
1002 static FileSpec g_dsymForUUID_executable; in GetDsymForUUIDExecutable() local1007 g_dsymForUUID_executable = FileSpec(dbgshell_command); in GetDsymForUUIDExecutable()1008 FileSystem::Instance().Resolve(g_dsymForUUID_executable); in GetDsymForUUIDExecutable()1009 if (FileSystem::Instance().Exists(g_dsymForUUID_executable)) in GetDsymForUUIDExecutable()1015 g_dsymForUUID_executable = FileSpec("/usr/local/bin/dsymForUUID"); in GetDsymForUUIDExecutable()1016 if (FileSystem::Instance().Exists(g_dsymForUUID_executable)) in GetDsymForUUIDExecutable()1021 g_dsymForUUID_executable = {}; in GetDsymForUUIDExecutable()1023 return g_dsymForUUID_executable; in GetDsymForUUIDExecutable()