Searched refs:BLKGETSIZE64 (Results 1 – 10 of 10) sorted by relevance
/system/extras/tests/storage/ |
D | wipe_blkdev.c | 43 ret = ioctl(fd, BLKGETSIZE64, &size); in get_block_device_size()
|
/system/extras/boot_control_copy/ |
D | bootinfo.c | 110 if (ioctl(fd, BLKGETSIZE64, out_size) != 0) { in boot_info_open_partition()
|
/system/extras/tests/directiotest/ |
D | directiotest.c | 205 if (ioctl(fd, BLKGETSIZE64, &num_blks) == -1) { in main()
|
/system/extras/libfec/ |
D | fec_open.cpp | 30 #define BLKGETSIZE64 DKIOCGETBLOCKCOUNT macro 376 if (ioctl(f->fd, BLKGETSIZE64, &f->size) == -1) { in get_size()
|
/system/core/libdiskconfig/ |
D | diskconfig.c | 314 if (ioctl(fd, BLKGETSIZE64, &disk_size) < 0) { in validate()
|
/system/extras/verity/fec/ |
D | image.cpp | 43 #define BLKGETSIZE64 DKIOCGETBLOCKCOUNT macro
|
/system/vold/ |
D | Disk.cpp | 224 if (ioctl(fd, BLKGETSIZE64, &mSize)) { in readMetadata()
|
/system/extras/ext4_utils/ |
D | ext4_utils.c | 524 ret = ioctl(fd, BLKGETSIZE64, &size); in get_block_device_size()
|
/system/update_engine/common/ |
D | utils.cc | 414 int rc = ioctl(fd, BLKGETSIZE64, &dev_size); in BlockDevSize()
|
/system/sepolicy/ |
D | ioctl_defines | 1872 define(`BLKGETSIZE64', `0x80081272')
|