Home
last modified time | relevance | path

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

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