Searched refs:LoadDataFromStore (Results 1 - 5 of 5) sorted by relevance
/base/update/updater/services/include/applypatch/ |
H A D | store.h | 35 static int32_t LoadDataFromStore(const std::string &dirPath, const std::string &fileName,
|
/base/update/updater/test/unittest/applypatch_test/ |
H A D | store_unittest.cpp | 51 Store::LoadDataFromStore(storePath, filename1, buffer);
in HWTEST_F()
|
/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() 330 if (Store::LoadDataFromStore(storeBase, srcHash, buffer) == 0) {
in LoadTargetBuffer()
|
H A D | command_process.cpp | 216 if (Store::LoadDataFromStore(storeBase, shaStr, buffer) == 0) {
in Execute()
|
Completed in 3 milliseconds