Searched refs:BLKGETSIZE64 (Results 1 – 23 of 23) sorted by relevance
/system/sepolicy/prebuilts/api/29.0/public/ |
D | sgdisk.te | 11 # sgdisk also uses BLKGETSIZE and BLKGETSIZE64. BLKGETSIZE64
|
D | domain.te | 298 allowxperm domain dev_type:blk_file ioctl { BLKGETSIZE64 BLKSSZGET };
|
D | ioctl_defines | 151 define(`BLKGETSIZE64', `0x80081272')
|
/system/sepolicy/public/ |
D | sgdisk.te | 11 # sgdisk also uses BLKGETSIZE and BLKGETSIZE64. BLKGETSIZE64
|
D | domain.te | 311 allowxperm domain dev_type:blk_file ioctl { BLKGETSIZE64 BLKSSZGET };
|
D | ioctl_defines | 151 define(`BLKGETSIZE64', `0x80081272')
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | sgdisk.te | 11 # sgdisk also uses BLKGETSIZE and BLKGETSIZE64. BLKGETSIZE64
|
D | domain.te | 298 allowxperm domain dev_type:blk_file ioctl { BLKGETSIZE64 BLKSSZGET };
|
D | ioctl_defines | 151 define(`BLKGETSIZE64', `0x80081272')
|
/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.cpp | 98 if (ioctl(fd, BLKGETSIZE64, out_size) != 0) { in boot_info_open_partition()
|
/system/core/fs_mgr/ |
D | fs_mgr_format.cpp | 52 if ((ioctl(fd, BLKGETSIZE64, dev_sz)) == -1) { in get_dev_sz()
|
/system/extras/tests/directiotest/ |
D | directiotest.c | 205 if (ioctl(fd, BLKGETSIZE64, &num_blks) == -1) { in main()
|
/system/extras/libfec/ |
D | fec_open.cpp | 28 #define BLKGETSIZE64 DKIOCGETBLOCKCOUNT macro 377 if (ioctl(f->fd, BLKGETSIZE64, &f->size) == -1) { in get_size()
|
/system/extras/ext4_utils/ |
D | ext4_utils.cpp | 212 ret = ioctl(fd, BLKGETSIZE64, &size); in get_block_device_size()
|
/system/core/libdiskconfig/ |
D | diskconfig.c | 312 if (ioctl(fd, BLKGETSIZE64, &disk_size) < 0) { in validate()
|
/system/extras/verity/fec/ |
D | image.cpp | 42 #define BLKGETSIZE64 DKIOCGETBLOCKCOUNT macro
|
/system/core/fs_mgr/libfiemap/ |
D | fiemap_writer.cpp | 216 if (ioctl(bdev_fd, BLKGETSIZE64, &size_in_bytes)) { in GetBlockDeviceSize()
|
/system/update_engine/common/ |
D | utils.cc | 359 int rc = ioctl(fd, BLKGETSIZE64, &dev_size); in BlockDevSize()
|
/system/vold/ |
D | Utils.cpp | 523 if (ioctl(fd, BLKGETSIZE64, size)) { in GetBlockDevSize()
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | ioctl_defines | 1872 define(`BLKGETSIZE64', `0x80081272')
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | ioctl_defines | 1872 define(`BLKGETSIZE64', `0x80081272')
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | ioctl_defines | 1872 define(`BLKGETSIZE64', `0x80081272')
|