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

  /bionic/libc/kernel/uapi/linux/
efs_fs_sb.h 25 #define IS_EFS_MAGIC(x) ((x == EFS_MAGIC) || (x == EFS_NEWMAGIC))
  /external/kernel-headers/original/uapi/linux/
efs_fs_sb.h 20 #define IS_EFS_MAGIC(x) ((x == EFS_MAGIC) || (x == EFS_NEWMAGIC))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
efs_fs_sb.h 19 #define IS_EFS_MAGIC(x) ((x == EFS_MAGIC) || (x == EFS_NEWMAGIC))

Completed in 96 milliseconds