Home
last modified time | relevance | path

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

/system/sepolicy/private/
Dsgdisk.te9 # sgdisk also uses BLKGETSIZE and BLKGETSIZE64. BLKGETSIZE64
Ddomain.te310 allowxperm domain dev_type:blk_file ioctl { BLKGETSIZE64 BLKSSZGET };
/system/extras/tests/storage/
Dwipe_blkdev.c43 ret = ioctl(fd, BLKGETSIZE64, &size); in get_block_device_size()
/system/extras/boot_control_copy/
Dbootinfo.cpp95 if (ioctl(fd, BLKGETSIZE64, out_size) != 0) { in boot_info_open_partition()
/system/core/fs_mgr/
Dfs_mgr_format.cpp52 if ((ioctl(fd, BLKGETSIZE64, dev_sz)) == -1) { in get_dev_sz()
/system/extras/tests/directiotest/
Ddirectiotest.c205 if (ioctl(fd, BLKGETSIZE64, &num_blks) == -1) { in main()
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dwriter_base.cpp78 if (ioctl(fd_.get(), BLKGETSIZE64, &size_in_bytes)) { in InitFd()
/system/extras/libfec/
Dfec_open.cpp28 #define BLKGETSIZE64 DKIOCGETBLOCKCOUNT macro
377 if (ioctl(f->fd, BLKGETSIZE64, &f->size) == -1) { in get_size()
/system/core/fs_mgr/libfs_avb/
Davb_ops.cpp201 int err = ioctl(fd, BLKGETSIZE64, out_size_num_byte); in GetSizeOfPartition()
/system/core/trusty/storage/proxy/
Dstorage.c759 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/
Dext4_utils.cpp186 ret = ioctl(fd, BLKGETSIZE64, &size); in get_block_device_size()
/system/extras/verity/fec/
Dimage.cpp42 #define BLKGETSIZE64 DKIOCGETBLOCKCOUNT macro
/system/core/fs_mgr/libfiemap/
Dfiemap_writer.cpp216 if (ioctl(bdev_fd, BLKGETSIZE64, &size_in_bytes)) { in GetBlockDeviceSize()
/system/update_engine/common/
Dutils.cc364 int rc = ioctl(fd, BLKGETSIZE64, &dev_size); in BlockDevSize()
/system/sepolicy/microdroid/system/private/
Ddomain.te197 allowxperm domain dev_type:blk_file ioctl { BLKGETSIZE64 BLKSSZGET };
/system/vold/
DUtils.cpp935 if (ioctl(fd, BLKGETSIZE64, size)) { in GetBlockDevSize()
/system/libziparchive/
Dzip_archive.cc1754 if (ioctl(fd_, BLKGETSIZE64, &size)) { in GetFileLength()
/system/sepolicy/microdroid/system/public/
Dioctl_defines158 define(`BLKGETSIZE64', `0x80081272')
/system/sepolicy/public/
Dioctl_defines158 define(`BLKGETSIZE64', `0x80081272')