Searched refs:get_partition_size (Results 1 – 1 of 1) sorted by relevance
99 let size = get_partition_size(&file, &path)?; in convert_partitions()123 fn get_partition_size(partition: &File, path: &Path) -> Result<u64, Error> { in get_partition_size() function