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

  /external/toybox/toys/pending/
fdisk.c 88 static char MBRbuf[2048], *disk_device; variable
354 disk_device = strdup(device);
455 char boot, lastchar = '\0', *dev = disk_device;
456 int i = 0, len = strlen(disk_device), odds = 0;
461 xprintf("Device %s: doesn't contain a valid partition table\n", disk_device);
505 if (mbytes < 10000) xprintf("Disk %s: %lu MB, %llu bytes\n", disk_device, mbytes, bytes);
506 else xprintf("Disk %s: %lu.%lu GB, %llu bytes\n", disk_device, mbytes/1000, (mbytes/100)%10, bytes);
    [all...]
  /external/autotest/client/bin/
partition.py 101 disk_device = device.rstrip('0123456789')
104 fdisk_fd = os.popen("/sbin/fdisk -l -u '%s'" % disk_device)
    [all...]

Completed in 118 milliseconds