Searched refs:trust_art_apex_data_files (Results 1 – 3 of 3) sorted by relevance
156 bool LocationIsTrusted(const std::string& location, bool trust_art_apex_data_files);
628 bool LocationIsTrusted(const std::string& location, bool trust_art_apex_data_files) { in LocationIsTrusted() argument632 return LocationIsOnArtApexData(location) & trust_art_apex_data_files; in LocationIsTrusted()
811 const bool trust_art_apex_data_files = true; in SetOnlyUseTrustedOatFiles() local812 if (!LocationIsTrusted(oat_file->GetLocation(), trust_art_apex_data_files)) { in SetOnlyUseTrustedOatFiles()