Searched refs:restoreFile (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/update/updater/test/unittest/diffpatch/ |
H A D | diffpatch_unittest.cpp | 47 … const std::string &newFile, const std::string &patchFile, const std::string &restoreFile) const in BlockDiffPatchTest() 53 TEST_PATH_FROM + oldFile, TEST_PATH_FROM + restoreFile); in BlockDiffPatchTest() 57 std::string restoreHash = GeneraterHash(TEST_PATH_FROM + restoreFile); in BlockDiffPatchTest() 63 … const std::string &newFile, const std::string &patchFile, const std::string &restoreFile) const in ImgageDiffPatchFileTest() 69 TEST_PATH_FROM + oldFile, TEST_PATH_FROM + restoreFile); in ImgageDiffPatchFileTest() 74 std::string restoreHash = GeneraterHash(TEST_PATH_FROM + restoreFile); in ImgageDiffPatchFileTest() 116 … const std::string &newFile, const std::string &patchFile, const std::string &restoreFile) const in ImgageDiffPatchFileTest2() 124 std::make_unique<UpdatePatch::FilePatchWriter>(TEST_PATH_FROM + restoreFile); in ImgageDiffPatchFileTest2() 137 std::string restoreHash = GeneraterHash(TEST_PATH_FROM + restoreFile); in ImgageDiffPatchFileTest2() 200 TEST_PATH_FROM + oldFile, TEST_PATH_FROM + restoreFile, isBuffer); in BlockDiffPatchTest2() [all …]
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | sub_ext_extension.cpp | 153 ss << R"("totalFile": )" << idxFileInfos.size() << R"(, "restoreFile": )" in CheckTmpDirFileInfos() 189 ss << R"("totalFile": )" << endFileInfos_.size() << R"(, "restoreFile": )" in CheckRestoreFileInfos()
|