Home
last modified time | relevance | path

Searched refs:current_suffix (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator_test.cpp74 .current_suffix = "_a"}; in TEST_F()
117 .current_suffix = "_a"}; in TEST_F()
155 .current_suffix = "_a", in TEST_F()
222 .current_suffix = "_a", in TEST_F()
251 .current_suffix = "_a", in TEST_F()
277 .current_suffix = "_a", in TEST_F()
Dpartition_cow_creator.h53 std::string current_suffix; member
Dsnapshot.cpp2723 auto current_suffix = device_->GetSlotSuffix(); in CreateUpdateSnapshots() local
2724 uint32_t current_slot = SlotNumberForSlotSuffix(current_suffix); in CreateUpdateSnapshots()
2805 .current_suffix = current_suffix, in CreateUpdateSnapshots()
2954 name.substr(0, name.size() - target_suffix.size()) + cow_creator->current_suffix; in CreateUpdateSnapshotsInternal()