Home
last modified time | relevance | path

Searched defs:Partition (Results 1 – 5 of 5) 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.h91 struct Partition { struct
95 std::string name;
97 std::string source_path;
99 brillo::Blob source_hash;
101 std::string target_path;
103 brillo::Blob target_hash;
109 std::string postinstall_path;
110 std::string filesystem_type;
119 std::string hash_tree_algorithm;
120 brillo::Blob hash_tree_salt;
/system/update_engine/common/
Dboot_control_interface.h39 struct Partition { struct
40 std::string name;
41 uint64_t size;
/system/extras/partition_tools/
Ddynamic_partitions_device_info.proto29 message Partition { message
/system/core/fs_mgr/liblp/
Dbuilder.cpp53 Partition::Partition(const std::string& name, const std::string& group_name, uint32_t attributes) in Partition() function in android::fs_mgr::Partition