Searched defs:Partition (Results 1 – 6 of 6) sorted by relevance
87 struct Partition { struct94 PartitionInfo old_info; argument95 PartitionInfo new_info; argument101 std::vector<Partition> part_vec_; argument
93 struct Partition { struct97 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;
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