Searched refs:LocationIsOnApex (Results 1 – 5 of 5) sorted by relevance
151 bool LocationIsOnApex(std::string_view location);
308 if (!LocationIsOnApex(component)) { in GetFirstBootClasspathExtensionJar()435 if (LocationIsOnApex(dex_location)) { in GetApexDataDalvikCacheFilename()612 bool LocationIsOnApex(std::string_view full_path) { in LocationIsOnApex() function
107 if (LocationIsOnApex(dex_location.c_str())) { in DetermineDomainFromLocation()
1277 if (LocationIsOnApex(jar)) { in InitializeApexVersions()
273 if (!LocationIsOnApex(jar)) {