Home
last modified time | relevance | path

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

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