Searched refs:packageNameRegex (Results 1 – 1 of 1) sorted by relevance
153 static const std::regex packageNameRegex("(?:SurfaceView[-\\s\\t]+)?([^/]+).*#\\d+"); variable157 if (std::regex_match(layerName.begin(), layerName.end(), match, packageNameRegex)) { in getPackageName()