Home
last modified time | relevance | path

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

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