Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h156 bool LocationIsTrusted(const std::string& location, bool trust_art_apex_data_files);
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()
/art/runtime/
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()