Home
last modified time | relevance | path

Searched refs:trust_art_apex_data_files (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/cmds/installd/
H A Drun_dex2oat.cpp288 const bool trust_art_apex_data_files = GetBoolProperty("odsign.verification.success", false); in PrepareCompilerConfigFlags() local
289 if (!trust_art_apex_data_files) { in PrepareCompilerConfigFlags()
H A Ddexopt.cpp1236 const bool trust_art_apex_data_files = in RunDexoptAnalyzer() local
1238 if (!trust_art_apex_data_files) { in RunDexoptAnalyzer()
/aosp12/art/libartbase/base/
H A Dfile_utils.h156 bool LocationIsTrusted(const std::string& location, bool trust_art_apex_data_files);
H A Dfile_utils.cc628 bool LocationIsTrusted(const std::string& location, bool trust_art_apex_data_files) { in LocationIsTrusted() argument
632 return LocationIsOnArtApexData(location) & trust_art_apex_data_files; in LocationIsTrusted()
/aosp12/art/runtime/
H A Doat_file_manager.cc811 const bool trust_art_apex_data_files = true; in SetOnlyUseTrustedOatFiles() local
812 if (!LocationIsTrusted(oat_file->GetLocation(), trust_art_apex_data_files)) { in SetOnlyUseTrustedOatFiles()