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