Searched refs:DebugPath (Results 1 – 1 of 1) sorted by relevance
238 SmallString<16> DebugPath = OrigDir; in findDebugBinary() local241 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()242 Result = std::string(DebugPath.str()); in findDebugBinary()246 DebugPath = OrigDir; in findDebugBinary()248 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()249 Result = std::string(DebugPath.str()); in findDebugBinary()258 DebugPath = FallbackDebugPath; in findDebugBinary()262 DebugPath = "/usr/libdata/debug"; in findDebugBinary()265 DebugPath = "/usr/lib/debug"; in findDebugBinary()270 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()[all …]