Home
last modified time | relevance | path

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

/art/libnativeloader/
Dlibrary_namespaces.cpp86 const std::regex kVendorPathRegex("(/system)?/vendor/.*"); variable
101 if (std::regex_match(path.begin(), path.end(), kVendorPathRegex)) { in GetApiDomainFromPath()