Home
last modified time | relevance | path

Searched refs:WriteZeroToBlock (Results 1 - 4 of 4) sorted by relevance

/base/update/updater/test/unittest/applypatch_test/
H A Dall_cmd_unittest.cpp145 if (baseBlock.WriteZeroToBlock(fd, false) != 0) { in AllCmdUnitTestMove()
159 if (baseBlock.WriteZeroToBlock(fd, false) != 0) { in AllCmdUnitTestMove()
/base/update/updater/services/include/applypatch/
H A Dblock_set.h90 int32_t WriteZeroToBlock(int fd, bool isErase = true);
/base/update/updater/services/applypatch/
H A Dcommand_process.cpp96 auto ret = CommandResult(blk.WriteZeroToBlock(params.GetFileDescriptor(), isErase)); in Execute()
H A Dblock_set.cpp336 int32_t BlockSet::WriteZeroToBlock(int fd, bool isErase) in WriteZeroToBlock() function in Updater::BlockSet
365 LOG(ERROR) << "BlockSet::WriteZeroToBlock Fail to seek"; in WriteZeroToBlock()
375 LOG(ERROR) << "BlockSet::WriteZeroToBlock Write 0 to block error"; in WriteZeroToBlock()

Completed in 3 milliseconds