Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp664 const auto secondInUsec = in WaitForFileInternal() local
668 timeout.tv_sec = timeRemain / secondInUsec; in WaitForFileInternal()
669 timeout.tv_usec = timeRemain % secondInUsec; in WaitForFileInternal()