Home
last modified time | relevance | path

Searched defs:trust_art_apex_data_files (Results 1 – 4 of 4) 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
H A Ddexopt.cpp1236 const bool trust_art_apex_data_files = in RunDexoptAnalyzer() local
/aosp12/art/runtime/
H A Doat_file_manager.cc811 const bool trust_art_apex_data_files = true; in SetOnlyUseTrustedOatFiles() local
/aosp12/art/libartbase/base/
H A Dfile_utils.cc628 bool LocationIsTrusted(const std::string& location, bool trust_art_apex_data_files) { in LocationIsTrusted()