Searched refs:WriteDataToStore (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/update/updater/test/unittest/applypatch_test/ |
H A D | store_unittest.cpp | 49 Store::WriteDataToStore(storePath, filename1, buffer, 4096); 50 Store::WriteDataToStore(storePath, filename2, buffer, 4096); 53 Store::WriteDataToStore(storePath, filename1, buffer, 4096); 54 Store::WriteDataToStore(storePath, filename2, buffer, 4096); 62 EXPECT_EQ(Store::WriteDataToStore("", "test_file1", buffer, buffer.size()), -1); 72 EXPECT_EQ(Store::WriteDataToStore(storePath, filename1, buffer, -1), -1);
|
/ohos5.0/base/update/updater/test/unittest/updater_binary/ |
H A D | update_processor_unittest.cpp | 51 auto ret = Store::WriteDataToStore("/", devPath, buffer, UT_MISC_BUFFER_SIZE); in SetUp() 86 int32_t ret = Store::WriteDataToStore("/", GetBlockDeviceByMountPoint(UT_MISC_PARTITION_NAME), 102 int32_t ret = Store::WriteDataToStore("/", GetBlockDeviceByMountPoint(UT_MISC_PARTITION_NAME),
|
/ohos5.0/base/update/updater/services/include/applypatch/ |
H A D | store.h | 32 static int32_t WriteDataToStore(const std::string &dirPath, const std::string &fileName,
|
/ohos5.0/base/update/updater/services/applypatch/ |
H A D | store.cpp | 99 int32_t Store::WriteDataToStore(const std::string &dirPath, const std::string &fileName, in WriteDataToStore() function in Updater::Store
|
H A D | command_process.cpp | 226 int ret = Store::WriteDataToStore(storeBase, shaStr, buffer, srcBlockSize * H_BLOCK_SIZE); in Execute()
|
H A D | block_set.cpp | 311 ret = Store::WriteDataToStore(storeBase, srcHash, buffer, blockSize * H_BLOCK_SIZE); in LoadTargetBuffer()
|