Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dinstall.cpp502 int sec; in ShowProgressFn() local
503 if (!android::base::ParseInt(sec_str.c_str(), &sec)) { in ShowProgressFn()
508 state->updater->WriteToCommandPipe(android::base::StringPrintf("progress %f %d", frac, sec)); in ShowProgressFn()