Home
last modified time | relevance | path

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

/system/update_engine/
Ddynamic_partition_test_utils.h131 inline void AddPartition(DeltaArchiveManifest* manifest, in AddPartition() function
/system/update_engine/payload_generator/
Dpayload_file.cc87 bool PayloadFile::AddPartition(const PartitionConfig& old_conf, in AddPartition() function in chromeos_update_engine::PayloadFile
/system/extras/partition_tools/
Dlpadd.cc160 bool SuperHelper::AddPartition(const std::string& partition_name, const std::string& group_name, in AddPartition() function in SuperHelper
/system/core/fs_mgr/liblp/
Dbuilder.cpp530 Partition* MetadataBuilder::AddPartition(const std::string& name, uint32_t attributes) { in AddPartition() function in android::fs_mgr::MetadataBuilder
534 Partition* MetadataBuilder::AddPartition(std::string_view name, std::string_view group_name, in AddPartition() function in android::fs_mgr::MetadataBuilder
Dbuilder_test.cpp949 static void AddPartition(const std::unique_ptr<MetadataBuilder>& builder, in AddPartition() function