Searched refs:LocationIsOnArtApexData (Results 1 – 4 of 4) sorted by relevance
187 bool LocationIsOnArtApexData(std::string_view location);
764 bool LocationIsOnArtApexData(std::string_view location) { in LocationIsOnArtApexData() function903 return LocationIsOnArtApexData(location) & trust_art_apex_data_files; in LocationIsTrusted()
849 if (LocationIsOnArtApexData(odex_filename) && Runtime::Current()->DenyArtApexDataFiles()) { in RunBackgroundVerification()
1050 if (LocationIsOnArtApexData(filename_) && in GetFile()