Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dblockimg.cpp2194 time_t mount_time = *reinterpret_cast<uint32_t*>(&block0_buffer[0x400 + 0x2C]); in CheckFirstBlockFn() local
2201 android::base::StringPrintf("Last remount happened on %s", ctime(&mount_time))); in CheckFirstBlockFn()