Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dpayload_file.h87 struct Partition { struct
94 PartitionInfo old_info; argument
95 PartitionInfo new_info; argument
101 std::vector<Partition> part_vec_; argument
/system/update_engine/payload_consumer/
Dinstall_plan.h93 struct Partition { struct
97 std::string name;
99 std::string source_path;
101 brillo::Blob source_hash;
103 std::string target_path;
105 brillo::Blob target_hash;
111 std::string postinstall_path;
112 std::string filesystem_type;
121 std::string hash_tree_algorithm;
122 brillo::Blob hash_tree_salt;
/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