Searched refs:DebugPath (Results 1 – 1 of 1) sorted by relevance
433 SmallString<16> DebugPath = OrigDir; in findDebugBinary() local436 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()437 Result = std::string(DebugPath); in findDebugBinary()441 DebugPath = OrigDir; in findDebugBinary()443 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()444 Result = std::string(DebugPath); in findDebugBinary()453 DebugPath = Opts.FallbackDebugPath; in findDebugBinary()457 DebugPath = "/usr/libdata/debug"; in findDebugBinary()460 DebugPath = "/usr/lib/debug"; in findDebugBinary()465 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()[all …]