Home
last modified time | relevance | path

Searched refs:mountTime (Results 1 - 2 of 2) sorted by relevance

/base/update/updater/services/updater_binary/
H A Dupdate_image_block.h37 time_t &mountTime, uint16_t &mountCount);
H A Dupdate_image_block.cpp398 time_t &mountTime, uint16_t &mountCount) in ExecReadBlockInfo()
431 mountTime = *reinterpret_cast<uint32_t *>(&block_buff[0x400 + 0x2C]); in ExecReadBlockInfo()
455 time_t mountTime = 0; in Execute() local
457 if (devPath.empty() || (!ExecReadBlockInfo(devPath, context, mountTime, mountCount))) { in Execute()
466 ctime(&mountTime) << std::endl; in Execute()
397 ExecReadBlockInfo(const std::string &devPath, Uscript::UScriptContext &context, time_t &mountTime, uint16_t &mountCount) ExecReadBlockInfo() argument

Completed in 2 milliseconds