Home
last modified time | relevance | path

Searched refs:delete_partition (Results 1 – 3 of 3) sorted by relevance

/external/gptfdisk/
Dgdisk_test.sh240 delete_partition() { function
377 delete_partition "$binary"
/external/u-boot/cmd/
Dmtdparts.c1404 static int delete_partition(const char *id) function
2061 return delete_partition(argv[2]);
/external/toybox/toys/pending/
Dfdisk.c571 void delete_partition(int i) in delete_partition() function
1508 if(p >= 0) delete_partition(p); in fdisk_main()