Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/applypatch_test/
H A Dimagepatch_unittest.cpp69 std::string patchContent; in TestZipModeImagePatch() local
70 rc = ReadContentFromFile(patchFile, patchContent); in TestZipModeImagePatch()
74 reinterpret_cast<uint8_t *>(patchContent.data()), patchContent.size() in TestZipModeImagePatch()
86 std::string patchContent; in TestNormalModeImagePatch() local
87 rc = ReadContentFromFile(patchFile, patchContent); in TestNormalModeImagePatch()
91 reinterpret_cast<uint8_t *>(patchContent.data()), patchContent.size() in TestNormalModeImagePatch()
102 std::string patchContent; in TestGZipModeImagePatch() local
103 rc = ReadContentFromFile("/data/updater/applypatch/TestGZipModeImagePatch.gz.patch", patchContent); in TestGZipModeImagePatch()
119 std::string patchContent; TestLZ4ModeImagePatch() local
[all...]

Completed in 1 milliseconds