Home
last modified time | relevance | path

Searched refs:LocationIsOnConscryptModule (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/libartbase/base/
H A Dfile_utils.h136 bool LocationIsOnConscryptModule(std::string_view location);
H A Dfile_utils.cc602 bool LocationIsOnConscryptModule(std::string_view full_path) { in LocationIsOnConscryptModule() function
/aosp12/art/runtime/
H A Dhidden_api.cc102 LocationIsOnConscryptModule(dex_location.c_str()) || in DetermineDomainFromLocation()