Searched defs:Partition (Results 1 – 6 of 6) sorted by relevance
98 struct Partition { struct106 PartitionInfo old_info; argument107 PartitionInfo new_info; argument116 std::vector<Partition> part_vec_; argument
117 struct Partition { struct121 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 …]
71 struct Partition { struct74 const PartitionUpdate* partition; argument81 std::vector<Partition> partitions_; argument
37 using Partition = android::fs_mgr::Partition; member
29 message Partition { message
98 Partition::Partition(std::string_view name, std::string_view group_name, uint32_t attributes) in Partition() function in android::fs_mgr::Partition