Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dutils.cc78 const int kUnmountRetryIntervalInMicroseconds = 200 * 1000; // 200 ms variable
587 usleep(kUnmountRetryIntervalInMicroseconds); in UnmountFilesystem()