Home
last modified time | relevance | path

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

/external/skia/fuzz/
DFuzzMain.cpp268 std::regex skiafuzzer("(api-)?(\\w+)-[a-f0-9]+"); in try_auto_detect() local
281 } else if (std::regex_search(path.c_str(), m, skiafuzzer)) { in try_auto_detect()
/external/skqp/fuzz/
DFuzzMain.cpp262 std::regex skiafuzzer("(api-)?(\\w+)-[a-f0-9]+"); in try_auto_detect() local
275 } else if (std::regex_search(path.c_str(), m, skiafuzzer)) { in try_auto_detect()