Lines Matching defs:storeBase
182 std::string storeBase = params.GetTransferParams()->storeBase;
185 if (Store::FreeStore(storeBase, freeStash) != 0) {
197 std::string storeBase = params.GetTransferParams()->storeBase;
199 return CommandResult(Store::FreeStore(storeBase, shaStr));
214 std::string storeBase = params.GetTransferParams()->storeBase;
216 if (Store::LoadDataFromStore(storeBase, shaStr, buffer) == 0) {
233 LOG(INFO) << "store " << srcBlockSize << " blocks to " << storeBase << "/" << shaStr;
234 int ret = Store::WriteDataToStore(storeBase, shaStr, buffer, srcBlockSize * H_BLOCK_SIZE);