Home
last modified time | relevance | path

Searched refs:LocationIsTrusted (Results 1 – 4 of 4) sorted by relevance

/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() function
/aosp12/art/runtime/
H A Doat_file_manager.cc75 LocationIsTrusted(oat_file->GetLocation(), !Runtime::Current()->DenyArtApexDataFiles()) || in RegisterOatFile()
812 if (!LocationIsTrusted(oat_file->GetLocation(), trust_art_apex_data_files)) { in SetOnlyUseTrustedOatFiles()
H A Doat_file_assistant.cc457 !LocationIsTrusted(file.GetLocation(), !Runtime::Current()->DenyArtApexDataFiles()) && in GivenOatFileStatus()
865 executable = LocationIsTrusted(filename_, /*trust_art_apex_data_files=*/ true); in GetFile()