HomeSort by relevance Sort by last modified time
    Searched refs:BLKGETSIZE64 (Results 76 - 82 of 82) sorted by null

1 2 34

  /external/vboot_reference/futility/
cmd_vbutil_kernel.c 14 #include <linux/fs.h> /* For BLKGETSIZE64 */
187 ioctl(fd, BLKGETSIZE64, &file_size);
  /system/vold/
Disk.cpp 224 if (ioctl(fd, BLKGETSIZE64, &mSize)) {
  /system/extras/ext4_utils/
ext4_utils.c 524 ret = ioctl(fd, BLKGETSIZE64, &size);
  /external/vboot_reference/cgpt/
cgpt_common.c 272 if (ioctl(fd, BLKGETSIZE64, size) < 0) {
    [all...]
  /system/update_engine/common/
utils.cc 414 int rc = ioctl(fd, BLKGETSIZE64, &dev_size);
417 PLOG(ERROR) << "Error running ioctl(BLKGETSIZE64) on " << fd;
    [all...]
  /bootable/recovery/
recovery.cpp 894 if (ioctl(fd.get(), BLKGETSIZE64, &range[1]) == -1 || range[1] == 0) {
    [all...]
  /external/toybox/toys/pending/
fdisk.c 166 if (ioctl(dev_fd, BLKGETSIZE64, &sec64) == 0) {
    [all...]

Completed in 511 milliseconds

1 2 34