Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dblock_set.h90 int32_t WriteZeroToBlock(int fd, bool isErase = true);
/ohos5.0/base/update/updater/services/applypatch/
H A Dcommand_process.cpp96 auto ret = CommandResult(blk.WriteZeroToBlock(params.GetFileDescriptor(), isErase)); in Execute()
H A Dblock_set.cpp325 int32_t BlockSet::WriteZeroToBlock(int fd, bool isErase) in WriteZeroToBlock() function in Updater::BlockSet