Home
last modified time | relevance | path

Searched refs:LoadDataFromStore (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updater/services/include/applypatch/
H A Dstore.h35 static int32_t LoadDataFromStore(const std::string &dirPath, const std::string &fileName,
/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dstore_unittest.cpp51 Store::LoadDataFromStore(storePath, filename1, buffer);
/ohos5.0/base/update/updater/services/applypatch/
H A Dstore.cpp140 int32_t Store::LoadDataFromStore(const std::string &dirPath, const std::string &fileName, in LoadDataFromStore() function in Updater::Store
H A Dblock_set.cpp282 auto ret = Store::LoadDataFromStore(storeBase, tokens[H_ZERO_NUMBER], stash); in LoadSourceBuffer()
319 if (Store::LoadDataFromStore(storeBase, srcHash, buffer) == 0) { in LoadTargetBuffer()
H A Dcommand_process.cpp212 if (Store::LoadDataFromStore(storeBase, shaStr, buffer) == 0) { in Execute()