Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp769 std::smatch socket_state_match; in WaitForUnixSocketListeningWithoutConnect() local
770 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()