Searched refs:path32 (Results 1 – 2 of 2) sorted by relevance
68 std::string path32 = path + "32"; in GetImgDiagFilePath() local70 if (OS::FileExists(path32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetImgDiagFilePath()71 return path32; in GetImgDiagFilePath()
43 std::string path32 = path + "32"; in GetDexDiagFilePath() local45 if (OS::FileExists(path32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetDexDiagFilePath()46 return path32; in GetDexDiagFilePath()