Home
last modified time | relevance | path

Searched defs:AddPartition (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/system/core/fastboot/
H A Dsuper_flash_helper.cpp43 bool SuperFlashHelper::AddPartition(const std::string& partition, const std::string& image_name, in AddPartition() function in SuperFlashHelper
/aosp_15_r20/system/core/fs_mgr/liblp/
H A Dsuper_layout_builder.cpp73 bool SuperLayoutBuilder::AddPartition(const std::string& partition_name, in AddPartition() function in android::fs_mgr::SuperLayoutBuilder
H A Dbuilder.cpp525 Partition* MetadataBuilder::AddPartition(const std::string& name, uint32_t attributes) { in AddPartition() function in android::fs_mgr::MetadataBuilder
529 Partition* MetadataBuilder::AddPartition(std::string_view name, std::string_view group_name, in AddPartition() function in android::fs_mgr::MetadataBuilder
H A Dbuilder_test.cpp946 static void AddPartition(const std::unique_ptr<MetadataBuilder>& builder, in AddPartition() function
/aosp_15_r20/system/update_engine/aosp/
H A Ddynamic_partition_test_utils.h130 inline void AddPartition(DeltaArchiveManifest* manifest, in AddPartition() function
/aosp_15_r20/system/update_engine/payload_generator/
H A Dpayload_file.cc96 bool PayloadFile::AddPartition(const PartitionConfig& old_conf, in AddPartition() function in chromeos_update_engine::PayloadFile
/aosp_15_r20/system/extras/partition_tools/
H A Dlpadd.cc164 bool SuperHelper::AddPartition(const std::string& partition_name, const std::string& group_name, in AddPartition() function in SuperHelper
/aosp_15_r20/system/update_engine/payload_consumer/
H A Ddelta_performer_integration_test.cc151 void AddPartition(DeltaArchiveManifest* manifest, in AddPartition() function in chromeos_update_engine::DeltaPerformerIntegrationTest
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp2467 TEST_F(SnapshotUpdateTest, AddPartition) { in TEST_F() argument