Searched refs:bin_name (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/uapp/gpt/
H A Dgpt.c20 static const char* bin_name; variable
29 printf("> %s dump [<dev>]\n", bin_name);
31 printf("> %s init [<dev>]\n", bin_name);
33 printf("> %s repartition <dev> [[<label> <type> <size>], ...]\n", bin_name);
36 printf(" %s repartition /dev/class/block-core/000", bin_name);
38 printf("> %s add <start block> <end block> <name> [<dev>]\n", bin_name);
41 printf(" may be queried using '%s dump'\n", bin_name);
42 printf("> %s edit <n> type|id BLOBFS|DATA|SYSTEM|EFI|<guid> [<dev>]\n", bin_name);
44 printf("> %s edit_cros <n> [-T <tries>] [-S <successful>] [-P <priority] <dev>\n", bin_name);
46 printf("> %s adjust <n> <start block> <end block> [<dev>]\n", bin_name);
[all...]

Completed in 28 milliseconds