Searched refs:LocationIsOnConscryptModule (Results 1 – 3 of 3) sorted by relevance
190 bool LocationIsOnConscryptModule(std::string_view location);
846 bool LocationIsOnConscryptModule(std::string_view full_path) { in LocationIsOnConscryptModule() function
108 if (LocationIsOnArtModule(dex_location) || LocationIsOnConscryptModule(dex_location) || in DetermineDomainFromLocation()