Home
last modified time | relevance | path

Searched refs:ListPartitionsWithSuffix (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dutility.h111 std::vector<android::fs_mgr::Partition*> ListPartitionsWithSuffix(
H A Dutility.cpp75 std::vector<Partition*> ListPartitionsWithSuffix(MetadataBuilder* builder, in ListPartitionsWithSuffix() function
H A Dsnapshot_metadata_updater.cpp103 for (auto* existing_partition : ListPartitionsWithSuffix(builder_, target_suffix_)) { in DeletePartitions()
H A Dsnapshot.cpp2931 for (auto* target_partition : ListPartitionsWithSuffix(target_metadata, target_suffix)) { in CreateUpdateSnapshotsInternal()
3055 for (auto* target_partition : ListPartitionsWithSuffix(target_metadata, target_suffix)) { in InitializeUpdateSnapshots()