Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dclean.cc110 std::string lsof_out; in CleanPriorFiles() local
113 RunWithManagedStdio(std::move(lsof), nullptr, &lsof_out, &lsof_err); in CleanPriorFiles()
117 auto pids = android::base::Split(lsof_out, "\n"); in CleanPriorFiles()
119 lsof_out.empty(), in CleanPriorFiles()
/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp753 std::string lsof_out; in WaitForUnixSocketListeningWithoutConnect() local
756 RunWithManagedStdio(std::move(lsof), nullptr, &lsof_out, &lsof_err); in WaitForUnixSocketListeningWithoutConnect()
761 LOG(DEBUG) << "lsof stdout:|" << lsof_out << "|"; in WaitForUnixSocketListeningWithoutConnect()
765 if (std::regex_search(lsof_out, socket_state_match, socket_state_regex)) { in WaitForUnixSocketListeningWithoutConnect()