Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h179 bool LocationIsTrusted(const std::string& location, bool trust_art_apex_data_files);
Dfile_utils.cc682 bool LocationIsTrusted(const std::string& location, bool trust_art_apex_data_files) { in LocationIsTrusted() function
/art/runtime/
Doat_file_assistant.cc457 !LocationIsTrusted(file.GetLocation(), !Runtime::Current()->DenyArtApexDataFiles()) && in GivenOatFileStatus()
899 executable = LocationIsTrusted(filename_, /*trust_art_apex_data_files=*/ true); in GetFile()
Doat_file_manager.cc77 LocationIsTrusted(oat_file->GetLocation(), !Runtime::Current()->DenyArtApexDataFiles()) || in RegisterOatFile()