Searched refs:FreeStore (Results 1 – 5 of 5) sorted by relevance
55 Store::FreeStore(storePath, filename2);70 EXPECT_EQ(Store::FreeStore("", filename1), -1);
30 static int32_t FreeStore(const std::string &dirPath, const std::string &fileName);
181 if (Store::FreeStore(storeBase, freeStash) != 0) { in Execute()195 return CommandResult(Store::FreeStore(storeBase, shaStr)); in Execute()
46 int32_t Store::FreeStore(const std::string &dirPath, const std::string &fileName) in FreeStore() function in Updater::Store
61 auto ret = Store::FreeStore("/", devPath); in TearDown()