Home
last modified time | relevance | path

Searched refs:STRLEN (Results 1 – 4 of 4) sorted by relevance

/system/core/devmgr/fshost/
A Dblock-watcher.cpp523 #define STRLEN(s) sizeof(s) / sizeof((s)[0]) macro
542 ioctl_device_bind(fd.get(), BOOTPART_DRIVER_LIB, STRLEN(BOOTPART_DRIVER_LIB)); in block_device_added()
552 ioctl_device_bind(fd.get(), GPT_DRIVER_LIB, STRLEN(GPT_DRIVER_LIB)); in block_device_added()
558 ioctl_device_bind(fd.get(), FVM_DRIVER_LIB, STRLEN(FVM_DRIVER_LIB)); in block_device_added()
564 ioctl_device_bind(fd.get(), MBR_DRIVER_LIB, STRLEN(MBR_DRIVER_LIB)); in block_device_added()
572 ioctl_device_bind(fd.get(), ZXCRYPT_DRIVER_LIB, STRLEN(ZXCRYPT_DRIVER_LIB)); in block_device_added()
/system/utest/fs/
A Dfilesystems.cpp48 #define STRLEN(s) sizeof(s) / sizeof((s)[0]) macro
96 if (ioctl_device_bind(fd, FVM_DRIVER_LIB, STRLEN(FVM_DRIVER_LIB)) < 0) { in setup_fs_test()
/system/utest/fvm/
A Dfvm.cpp55 #define STRLEN(s) sizeof(s) / sizeof((s)[0]) macro
95 r = ioctl_device_bind(fd, FVM_DRIVER_LIB, STRLEN(FVM_DRIVER_LIB)); in StartFVMTest()
154 ssize_t r = ioctl_device_bind(ramdisk_fd, FVM_DRIVER_LIB, STRLEN(FVM_DRIVER_LIB)); in FVMRebind()
562 ASSERT_EQ(ioctl_device_bind(fd.get(), FVM_DRIVER_LIB, STRLEN(FVM_DRIVER_LIB)), 0); in TestLarge()
/system/utest/blobfs/
A Dblobfs.cpp191 #define STRLEN(s) sizeof(s) / sizeof((s)[0]) macro
256 ASSERT_GE(ioctl_device_bind(fd.get(), FVM_DRIVER_LIB, STRLEN(FVM_DRIVER_LIB)), 0, in Init()

Completed in 17 milliseconds