Searched refs:LocationIsTrusted (Results 1 – 4 of 4) sorted by relevance
156 bool LocationIsTrusted(const std::string& location, bool trust_art_apex_data_files);
628 bool LocationIsTrusted(const std::string& location, bool trust_art_apex_data_files) { in LocationIsTrusted() function
75 LocationIsTrusted(oat_file->GetLocation(), !Runtime::Current()->DenyArtApexDataFiles()) || in RegisterOatFile()812 if (!LocationIsTrusted(oat_file->GetLocation(), trust_art_apex_data_files)) { in SetOnlyUseTrustedOatFiles()
457 !LocationIsTrusted(file.GetLocation(), !Runtime::Current()->DenyArtApexDataFiles()) && in GivenOatFileStatus()865 executable = LocationIsTrusted(filename_, /*trust_art_apex_data_files=*/ true); in GetFile()