Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dblockimg.cpp1828 uint16_t mount_count = *reinterpret_cast<uint16_t*>(&block0_buffer[0x400 + 0x34]); in CheckFirstBlockFn() local
1830 if (mount_count > 0) { in CheckFirstBlockFn()
1831 uiPrintf(state, "Device was remounted R/W %" PRIu16 " times", mount_count); in CheckFirstBlockFn()