Home
last modified time | relevance | path

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

/art/libnativeloader/
Dlibrary_namespaces.cpp87 const std::regex kProductDexPathRegex("(^|:)(/system)?/product/"); variable
109 if (std::regex_search(dex_path, kProductDexPathRegex)) { in GetApkOriginFromDexPath()