Home
last modified time | relevance | path

Searched defs:timeoutSec (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp630 static Result<void> WaitForFileInternal(const std::string& path, int timeoutSec, in WaitForFileInternal()
697 auto WaitForFile(const std::string& path, int timeoutSec) in WaitForFile()
706 Result<void> WaitForUnixSocket(const std::string& path, int timeoutSec) { in WaitForUnixSocket()
738 int timeoutSec) { in WaitForUnixSocketListeningWithoutConnect()