Home
last modified time | relevance | path

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

/system/vold/
DKeyUtil.cpp378 std::chrono::milliseconds total_wait_time(0); in waitForBusyFiles() local
380 total_wait_time += wait_time; in waitForBusyFiles()
416 << ". After waiting " << total_wait_time.count() << "ms."; in waitForBusyFiles()
419 LOG(WARNING) << "Files still open after waiting " << total_wait_time.count() in waitForBusyFiles()