Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp397 time_t &mountTime, uint16_t &mountCount) in ExecReadBlockInfo() argument
431 mountCount = *reinterpret_cast<uint16_t *>(&block_buff[0x400 + 0x34]); in ExecReadBlockInfo()
455 uint16_t mountCount = 0; in Execute() local
456 if (devPath.empty() || (!ExecReadBlockInfo(devPath, context, mountTime, mountCount))) { in Execute()
462 if (mountCount > 0) { in Execute()
464 ostr << "Device was remounted R/W " << mountCount << "times\nLast remount happened on " << in Execute()
H A Dupdate_image_block.h37 time_t &mountTime, uint16_t &mountCount);