Searched defs:Partition (Results 1 – 5 of 5) sorted by relevance
87 struct Partition { struct94 PartitionInfo old_info; argument95 PartitionInfo new_info; argument101 std::vector<Partition> part_vec_; argument
91 struct Partition { struct95 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;
39 struct Partition { struct40 std::string name;41 uint64_t size;
29 message Partition { message
53 Partition::Partition(const std::string& name, const std::string& group_name, uint32_t attributes) in Partition() function in android::fs_mgr::Partition