Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dstore_unittest.cpp55 Store::FreeStore(storePath, filename2);
70 EXPECT_EQ(Store::FreeStore("", filename1), -1);
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dstore.h30 static int32_t FreeStore(const std::string &dirPath, const std::string &fileName);
/ohos5.0/base/update/updater/services/applypatch/
H A Dcommand_process.cpp181 if (Store::FreeStore(storeBase, freeStash) != 0) { in Execute()
195 return CommandResult(Store::FreeStore(storeBase, shaStr)); in Execute()
H A Dstore.cpp46 int32_t Store::FreeStore(const std::string &dirPath, const std::string &fileName) in FreeStore() function in Updater::Store
/ohos5.0/base/update/updater/test/unittest/updater_binary/
H A Dupdate_processor_unittest.cpp61 auto ret = Store::FreeStore("/", devPath); in TearDown()