Home
last modified time | relevance | path

Searched refs:to_delete (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2109 std::vector<std::string> to_delete; in UnmapAndDeleteCowPartition() local
2116 to_delete.push_back(existing_cow_partition->name()); in UnmapAndDeleteCowPartition()
2118 for (const auto& name : to_delete) { in UnmapAndDeleteCowPartition()
/system/apex/apexd/
Dapexservice_test.cpp614 std::string to_delete; in TEST_F() member
615 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()