Home
last modified time | relevance | path

Searched defs:existing_partition (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_metadata_updater.cpp72 auto* existing_partition = builder_->FindPartition(partition_update.name); in ShrinkPartitions() local
103 for (auto* existing_partition : ListPartitionsWithSuffix(builder_, target_suffix_)) { in DeletePartitions() local
124 auto* existing_partition = builder_->FindPartition(partition_update.name); in MovePartitionsToDefault() local
242 auto* existing_partition = builder_->FindPartition(partition_update.name); in GrowPartitions() local
259 auto* existing_partition = builder_->FindPartition(partition_update.name); in MovePartitionsToCorrectGroup() local
/aosp_15_r20/external/autotest/client/site_tests/platform_EncryptedStateful/
H A Dplatform_EncryptedStateful.py271 def existing_partition(self): member in platform_EncryptedStateful