Home
last modified time | relevance | path

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

/bootable/recovery/minadbd/
DREADME.md1 minadbd is now mostly built from libadbd. The fuse features are unique to
/bootable/recovery/
Dui.cpp427 struct timeval now; in WaitKey() local
429 gettimeofday(&now, nullptr); in WaitKey()
430 timeout.tv_sec = now.tv_sec; in WaitKey()
431 timeout.tv_nsec = now.tv_usec * 1000; in WaitKey()
Dscreen_ui.cpp50 static double now() { in now() function
508 double start = now(); in ProgressThreadLoop()
533 double elapsed = now() - progressScopeTime; in ProgressThreadLoop()
545 double end = now(); in ProgressThreadLoop()
703 progressScopeTime = now(); in ShowProgress()
Dinstall.cpp637 auto start = std::chrono::system_clock::now(); in install_package()
653 std::chrono::duration<double> duration = std::chrono::system_clock::now() - start; in install_package()
717 auto t0 = std::chrono::system_clock::now(); in verify_package()
720 std::chrono::duration<double> duration = std::chrono::system_clock::now() - t0; in verify_package()
/bootable/recovery/uncrypt/
Duncrypt.cpp529 auto start = std::chrono::system_clock::now(); in uncrypt_wrapper()
531 std::chrono::duration<double> duration = std::chrono::system_clock::now() - start; in uncrypt_wrapper()