Home
last modified time | relevance | path

Searched defs:Partition (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/payload_generator/
Dpayload_file.h98 struct Partition { struct
106 PartitionInfo old_info; argument
107 PartitionInfo new_info; argument
116 std::vector<Partition> part_vec_; argument
/system/update_engine/payload_consumer/
Dinstall_plan.h117 struct Partition { struct
121 std::string name;
123 std::string source_path;
125 brillo::Blob source_hash;
131 std::string target_path;
134 std::string readonly_target_path;
136 brillo::Blob target_hash;
143 std::string postinstall_path;
144 std::string filesystem_type;
153 std::string hash_tree_algorithm;
[all …]
/system/core/fs_mgr/libsnapshot/
Dsnapshot_metadata_updater.h71 struct Partition { struct
74 const PartitionUpdate* partition; argument
81 std::vector<Partition> partitions_; argument
Dpartition_cow_creator.h37 using Partition = android::fs_mgr::Partition; member
/system/extras/partition_tools/
Ddynamic_partitions_device_info.proto29 message Partition { message
/system/core/fs_mgr/liblp/
Dbuilder.cpp98 Partition::Partition(std::string_view name, std::string_view group_name, uint32_t attributes) in Partition() function in android::fs_mgr::Partition