Searched refs:root32 (Results 1 – 2 of 2) sorted by relevance
73 std::string root32 = root + "32"; in GetImgDiagFilePath() local75 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetImgDiagFilePath()76 return root32; in GetImgDiagFilePath()
48 std::string root32 = root + "32"; in GetDexDiagFilePath() local50 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetDexDiagFilePath()51 return root32; in GetDexDiagFilePath()