Searched refs:kApexPathRegex (Results 1 – 1 of 1) sorted by relevance
43 static const std::regex kApexPathRegex("(/apex/[^@/]+)(?:@[^@/]+)?/"); variable199 if (std::regex_search(fragment_path, match, kApexPathRegex)) { in GetAllowedJarPathPrefix()