Home
last modified time | relevance | path

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

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