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