Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp844 int fsck_time_ms = android::base::GetIntProperty("ro.boottime.init.fsck.data", 0); in logBootStats() local
847 if (fsck_time_ms == 0 && checkpoint_time_ms == 0) { in logBootStats()
857 tmp.set<VendorAtomValue::intValue>(fsck_time_ms / 1000); in logBootStats()