HomeSort by relevance Sort by last modified time
    Searched refs:EXT4_IOC_GET_ENCRYPTION_POLICY (Results 1 - 2 of 2) sorted by null

  /system/extras/ext4_utils/
ext4_crypt.cpp 69 #define EXT4_IOC_GET_ENCRYPTION_POLICY _IOW('f', 21, struct ext4_encryption_policy)
203 if (ioctl(fd, EXT4_IOC_GET_ENCRYPTION_POLICY, &eep) != 0) {
  /external/e2fsprogs/misc/
e4crypt.c 114 #define EXT4_IOC_GET_ENCRYPTION_POLICY _IOW('f', 21, struct ext4_encryption_policy)
773 rc = ioctl(fd, EXT4_IOC_GET_ENCRYPTION_POLICY, &policy);

Completed in 164 milliseconds