Searched refs:BLKGETSIZE64 (Results 1 – 19 of 19) sorted by relevance
/system/sepolicy/private/ |
D | sgdisk.te | 9 # sgdisk also uses BLKGETSIZE and BLKGETSIZE64. BLKGETSIZE64
|
D | domain.te | 310 allowxperm domain dev_type:blk_file ioctl { BLKGETSIZE64 BLKSSZGET };
|
/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 | 95 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/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
D | writer_base.cpp | 78 if (ioctl(fd_.get(), BLKGETSIZE64, &size_in_bytes)) { in InitFd()
|
/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/core/fs_mgr/libfs_avb/ |
D | avb_ops.cpp | 201 int err = ioctl(fd, BLKGETSIZE64, out_size_num_byte); in GetSizeOfPartition()
|
/system/core/trusty/storage/proxy/ |
D | storage.c | 759 rc = ioctl(fd, BLKGETSIZE64, &max_size); in storage_file_get_max_size() 818 rc = ioctl(fd, BLKGETSIZE64, &max_size); in determine_max_file_size()
|
/system/extras/ext4_utils/ |
D | ext4_utils.cpp | 186 ret = ioctl(fd, BLKGETSIZE64, &size); in get_block_device_size()
|
/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 | 364 int rc = ioctl(fd, BLKGETSIZE64, &dev_size); in BlockDevSize()
|
/system/sepolicy/microdroid/system/private/ |
D | domain.te | 197 allowxperm domain dev_type:blk_file ioctl { BLKGETSIZE64 BLKSSZGET };
|
/system/vold/ |
D | Utils.cpp | 935 if (ioctl(fd, BLKGETSIZE64, size)) { in GetBlockDevSize()
|
/system/libziparchive/ |
D | zip_archive.cc | 1754 if (ioctl(fd_, BLKGETSIZE64, &size)) { in GetFileLength()
|
/system/sepolicy/microdroid/system/public/ |
D | ioctl_defines | 158 define(`BLKGETSIZE64', `0x80081272')
|
/system/sepolicy/public/ |
D | ioctl_defines | 158 define(`BLKGETSIZE64', `0x80081272')
|