Searched defs:Partition (Results 1 – 3 of 3) sorted by relevance
| /bootable/deprecated-ota/applypatch/include/applypatch/ |
| D | applypatch.h | 48 struct Partition { struct 51 Partition(const std::string& name, size_t size, const std::string& hash) in Partition() argument 70 std::ostream& operator<<(std::ostream& os, const Partition& partition); argument
|
| /bootable/libbootloader/gbl/libgbl/src/ |
| D | partition.rs | 54 pub enum Partition { enum 61 impl Partition { impl 176 pub fn find_partition(&self, part: Option<&str>) -> Result<Partition, Error> { in find_partition() 199 pub fn get_partition_by_idx(&self, idx: usize) -> Result<Partition, Error> { in get_partition_by_idx() 368 ) -> Result<(usize, Partition), Error> { in check_part_unique() argument
|
| /bootable/libbootloader/gbl/libstorage/src/ |
| D | gpt.rs | 351 pub struct Partition { struct 357 impl Partition { argument 631 pub fn get_partition(&self, idx: usize) -> Result<Partition> { in get_partition() 642 pub fn find_partition(&self, part: &str) -> Result<Partition> { in find_partition()
|