Searched refs:LocationIsOnArtApexData (Results 1 – 4 of 4) sorted by relevance
152 bool LocationIsOnArtApexData(std::string_view location);
566 bool LocationIsOnArtApexData(std::string_view location) { in LocationIsOnArtApexData() function686 return LocationIsOnArtApexData(location) & trust_art_apex_data_files; in LocationIsTrusted()
789 if (LocationIsOnArtApexData(odex_filename) && Runtime::Current()->DenyArtApexDataFiles()) { in RunBackgroundVerification()
843 if (LocationIsOnArtApexData(filename_) && Runtime::Current()->DenyArtApexDataFiles()) { in GetFile()