Searched refs:socket_state_match (Results 1 – 1 of 1) sorted by relevance
769 std::smatch socket_state_match; in WaitForUnixSocketListeningWithoutConnect() local770 if (std::regex_search(lsof_out, socket_state_match, socket_state_regex)) { in WaitForUnixSocketListeningWithoutConnect()771 if (socket_state_match.size() == 2) { in WaitForUnixSocketListeningWithoutConnect()772 const std::string& socket_state = socket_state_match[1]; in WaitForUnixSocketListeningWithoutConnect()