Home
last modified time | relevance | path

Searched refs:BLKGETSIZE64 (Results 1 – 10 of 10) sorted by relevance

/system/extras/tests/storage/
Dwipe_blkdev.c43 ret = ioctl(fd, BLKGETSIZE64, &size); in get_block_device_size()
/system/extras/boot_control_copy/
Dbootinfo.c110 if (ioctl(fd, BLKGETSIZE64, out_size) != 0) { in boot_info_open_partition()
/system/extras/tests/directiotest/
Ddirectiotest.c205 if (ioctl(fd, BLKGETSIZE64, &num_blks) == -1) { in main()
/system/extras/libfec/
Dfec_open.cpp30 #define BLKGETSIZE64 DKIOCGETBLOCKCOUNT macro
376 if (ioctl(f->fd, BLKGETSIZE64, &f->size) == -1) { in get_size()
/system/core/libdiskconfig/
Ddiskconfig.c314 if (ioctl(fd, BLKGETSIZE64, &disk_size) < 0) { in validate()
/system/extras/verity/fec/
Dimage.cpp43 #define BLKGETSIZE64 DKIOCGETBLOCKCOUNT macro
/system/vold/
DDisk.cpp224 if (ioctl(fd, BLKGETSIZE64, &mSize)) { in readMetadata()
/system/extras/ext4_utils/
Dext4_utils.c524 ret = ioctl(fd, BLKGETSIZE64, &size); in get_block_device_size()
/system/update_engine/common/
Dutils.cc414 int rc = ioctl(fd, BLKGETSIZE64, &dev_size); in BlockDevSize()
/system/sepolicy/
Dioctl_defines1872 define(`BLKGETSIZE64', `0x80081272')