Searched refs:LocationIsTrusted (Results 1 – 4 of 4) sorted by relevance
217 bool LocationIsTrusted(const std::string& location, bool trust_art_apex_data_files);
898 bool LocationIsTrusted(const std::string& location, bool trust_art_apex_data_files) { in LocationIsTrusted() function
539 !LocationIsTrusted(file.GetLocation(), !GetRuntimeOptions().deny_art_apex_data_files) && in GivenOatFileStatus()1109 executable = LocationIsTrusted(filename_, /*trust_art_apex_data_files=*/true); in GetFile()
86 LocationIsTrusted(oat_file->GetLocation(), !Runtime::Current()->DenyArtApexDataFiles()) || in RegisterOatFile()