Searched refs:module_id_regex (Results 1 – 1 of 1) sorted by relevance
280 static const LazyRE2 module_id_regex = {R"(.*module_(\d+)\..*)"}; in GetDumpFilePath() local284 if (RE2::FullMatch(match, *module_id_regex, &dumped_module_id)) { in GetDumpFilePath()290 if (RE2::FullMatch(filename, *module_id_regex, &module_id) && in GetDumpFilePath()