HomeSort by relevance Sort by last modified time
    Searched refs:GPT (Results 1 - 3 of 3) sorted by null

  /external/gptfdisk/
current.spec 1 Summary: GPT partitioning and MBR repair software
14 Partitioning software for GPT disks and to repair MBR disks. The gdisk,
15 cgdisk, and sgdisk utilities (in the gdisk package) are GPT-enabled
24 Summary: An fdisk-like partitioning tool for GPT disks
27 An fdisk-like partitioning tool for GPT disks. GPT
31 and the ability to convert MBR disks to GPT format.
72 disks. Removes stray GPT data, fixes mis-sized extended partitions,
  /external/vboot_reference/scripts/image_signing/
convert_recovery_to_ssd.sh 34 GPT=${arg#--cgpt=}
42 # Load common constants (and use GPT if set above) and variables.
45 type -P $GPT &>/dev/null ||
common_minimal.sh 13 GPT=${GPT:-"cgpt"}
125 # Read GPT table to find the starting location of a specific partition.
129 sudo $GPT show -b -i $2 $1
132 # Read GPT table to find the size of a specific partition.
136 sudo $GPT show -s -i $2 $1

Completed in 75 milliseconds