Searched refs:skiafuzzer (Results 1 – 2 of 2) sorted by relevance
268 std::regex skiafuzzer("(api-)?(\\w+)-[a-f0-9]+"); in try_auto_detect() local281 } else if (std::regex_search(path.c_str(), m, skiafuzzer)) { in try_auto_detect()
262 std::regex skiafuzzer("(api-)?(\\w+)-[a-f0-9]+"); in try_auto_detect() local275 } else if (std::regex_search(path.c_str(), m, skiafuzzer)) { in try_auto_detect()