Home
last modified time | relevance | path

Searched refs:FS_IOC_ENABLE_VERITY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_security_VerityUtils.cpp63 if (ioctl(rfd.get(), FS_IOC_ENABLE_VERITY, &arg) < 0) { in enableFsverity()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2662 #ifndef FS_IOC_ENABLE_VERITY
2664 #define FS_IOC_ENABLE_VERITY _IO('f', 133) macro
2755 if (ioctl(rfd.get(), FS_IOC_ENABLE_VERITY, nullptr) < 0) { in installApkVerity()