Home
last modified time | relevance | path

Searched refs:mountTime (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
430 mountTime = *reinterpret_cast<uint32_t *>(&block_buff[0x400 + 0x2C]); in ExecReadBlockInfo()
454 time_t mountTime = 0; in Execute() local
456 if (devPath.empty() || (!ExecReadBlockInfo(devPath, context, mountTime, mountCount))) { in Execute()
465 ctime(&mountTime) << std::endl; in Execute()
H A Dupdate_image_block.h37 time_t &mountTime, uint16_t &mountCount);