Lines Matching defs:patchFile
47 const std::string &newFile, const std::string &patchFile, const std::string &restoreFile) const
50 TEST_PATH_FROM + newFile, TEST_PATH_FROM + patchFile);
52 ret = UpdatePatch::UpdateApplyPatch::ApplyPatch(TEST_PATH_FROM + patchFile,
63 const std::string &newFile, const std::string &patchFile, const std::string &restoreFile) const
66 TEST_PATH_FROM + newFile, TEST_PATH_FROM + patchFile);
68 ret = UpdatePatch::UpdateApplyPatch::ApplyPatch(TEST_PATH_FROM + patchFile,
116 const std::string &newFile, const std::string &patchFile, const std::string &restoreFile) const
119 TEST_PATH_FROM + newFile, TEST_PATH_FROM + patchFile);
131 ret = TestApplyPatch(TEST_PATH_FROM + patchFile, TEST_PATH_FROM + oldFile, expected,
193 const std::string &newFile, const std::string &patchFile, const std::string &restoreFile, bool isBuffer) const
196 TEST_PATH_FROM + newFile, TEST_PATH_FROM + patchFile);
199 ret = TestApplyBlockPatch(TEST_PATH_FROM + patchFile,