Koushik Dutta | 19447c0 | 2010-11-10 10:40:44 -0800 | [diff] [blame^] | 1 | int restore_raw_partition(const char *partition, const char *filename); |
2 | int backup_raw_partition(const char *partition, const char *filename); | ||||
3 | int erase_raw_partition(const char *partition); | ||||
4 | int erase_partition(const char *partition, const char *filesystem); | ||||
5 | int mount_partition(const char *partition, const char *mount_point, const char *filesystem, int read_only); | ||||
6 | int get_partition_device(const char *partition, char *device); |