Searched refs:trust_art_apex_data_files (Results 1 – 5 of 5) sorted by relevance
288 const bool trust_art_apex_data_files = GetBoolProperty("odsign.verification.success", false); in PrepareCompilerConfigFlags() local289 if (!trust_art_apex_data_files) { in PrepareCompilerConfigFlags()
1236 const bool trust_art_apex_data_files = in RunDexoptAnalyzer() local1238 if (!trust_art_apex_data_files) { in RunDexoptAnalyzer()
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()