Searched refs:FS_IOC_ENABLE_VERITY (Results 1 – 2 of 2) sorted by relevance
63 if (ioctl(rfd.get(), FS_IOC_ENABLE_VERITY, &arg) < 0) { in enableFsverity()
2662 #ifndef FS_IOC_ENABLE_VERITY2664 #define FS_IOC_ENABLE_VERITY _IO('f', 133) macro2755 if (ioctl(rfd.get(), FS_IOC_ENABLE_VERITY, nullptr) < 0) { in installApkVerity()