Lines Matching refs:patchFile
47 … const std::string &newFile, const std::string &patchFile, const std::string &restoreFile) const in BlockDiffPatchTest() argument
50 TEST_PATH_FROM + newFile, TEST_PATH_FROM + patchFile); in BlockDiffPatchTest()
52 ret = UpdatePatch::UpdateApplyPatch::ApplyPatch(TEST_PATH_FROM + patchFile, in BlockDiffPatchTest()
63 … const std::string &newFile, const std::string &patchFile, const std::string &restoreFile) const in ImgageDiffPatchFileTest() argument
66 TEST_PATH_FROM + newFile, TEST_PATH_FROM + patchFile); in ImgageDiffPatchFileTest()
68 ret = UpdatePatch::UpdateApplyPatch::ApplyPatch(TEST_PATH_FROM + patchFile, in ImgageDiffPatchFileTest()
116 … const std::string &newFile, const std::string &patchFile, const std::string &restoreFile) const in ImgageDiffPatchFileTest2() argument
119 TEST_PATH_FROM + newFile, TEST_PATH_FROM + patchFile); in ImgageDiffPatchFileTest2()
131 ret = TestApplyPatch(TEST_PATH_FROM + patchFile, TEST_PATH_FROM + oldFile, expected, in ImgageDiffPatchFileTest2()
193 …const std::string &newFile, const std::string &patchFile, const std::string &restoreFile, bool isB… in BlockDiffPatchTest2() argument
196 TEST_PATH_FROM + newFile, TEST_PATH_FROM + patchFile); in BlockDiffPatchTest2()
199 ret = TestApplyBlockPatch(TEST_PATH_FROM + patchFile, in BlockDiffPatchTest2()