Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dblockimg.cpp2195 uint16_t mount_count = *reinterpret_cast<uint16_t*>(&block0_buffer[0x400 + 0x34]); in CheckFirstBlockFn() local
2197 if (mount_count > 0) { in CheckFirstBlockFn()
2199 android::base::StringPrintf("Device was remounted R/W %" PRIu16 " times", mount_count)); in CheckFirstBlockFn()