Searched defs:trust_art_apex_data_files (Results 1 – 4 of 4) sorted by relevance
288 const bool trust_art_apex_data_files = GetBoolProperty("odsign.verification.success", false); in PrepareCompilerConfigFlags() local
1236 const bool trust_art_apex_data_files = in RunDexoptAnalyzer() local
811 const bool trust_art_apex_data_files = true; in SetOnlyUseTrustedOatFiles() local
628 bool LocationIsTrusted(const std::string& location, bool trust_art_apex_data_files) { in LocationIsTrusted()