Searched refs:to_delete (Results 1 – 2 of 2) sorted by relevance
2109 std::vector<std::string> to_delete; in UnmapAndDeleteCowPartition() local2116 to_delete.push_back(existing_cow_partition->name()); in UnmapAndDeleteCowPartition()2118 for (const auto& name : to_delete) { in UnmapAndDeleteCowPartition()
614 std::string to_delete; in TEST_F() member615 explicit Deleter(std::string t) : to_delete(std::move(t)) {} in TEST_F()617 if (unlink(to_delete.c_str()) != 0) { in TEST_F()618 PLOG(ERROR) << "Could not unlink " << to_delete; in TEST_F()