Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp741 std::regex socket_state_regex("TST=(.*)"); in WaitForUnixSocketListeningWithoutConnect() local
765 if (std::regex_search(lsof_out, socket_state_match, socket_state_regex)) { in WaitForUnixSocketListeningWithoutConnect()