Searched refs:active_apex_pattern (Results 1 – 1 of 1) sorted by relevance
90 std::regex active_apex_pattern(R"(/apex/(.*)@\d+)"); in TEST() local95 if (!std::regex_match(entry.mount_point.c_str(), m, active_apex_pattern)) { in TEST()