Searched refs:kProductDexPathRegex (Results 1 – 1 of 1) sorted by relevance
87 const std::regex kProductDexPathRegex("(^|:)(/system)?/product/"); variable109 if (std::regex_search(dex_path, kProductDexPathRegex)) { in GetApkOriginFromDexPath()