Searched refs:LoadDataFromStore (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/update/updater/services/include/applypatch/ |
H A D | store.h | 35 static int32_t LoadDataFromStore(const std::string &dirPath, const std::string &fileName,
|
/ohos5.0/base/update/updater/test/unittest/applypatch_test/ |
H A D | store_unittest.cpp | 51 Store::LoadDataFromStore(storePath, filename1, buffer);
|
/ohos5.0/base/update/updater/services/applypatch/ |
H A D | store.cpp | 140 int32_t Store::LoadDataFromStore(const std::string &dirPath, const std::string &fileName, in LoadDataFromStore() function in Updater::Store
|
H A D | block_set.cpp | 282 auto ret = Store::LoadDataFromStore(storeBase, tokens[H_ZERO_NUMBER], stash); in LoadSourceBuffer() 319 if (Store::LoadDataFromStore(storeBase, srcHash, buffer) == 0) { in LoadTargetBuffer()
|
H A D | command_process.cpp | 212 if (Store::LoadDataFromStore(storeBase, shaStr, buffer) == 0) { in Execute()
|