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

  /bionic/libc/kernel/common/linux/
efs_dir.h 16 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS)
35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /external/kernel-headers/original/linux/
efs_dir.h 11 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS)
30 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
34 ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / \
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 16 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS)
35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
efs_dir.h 16 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS)
35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
efs_dir.h 16 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS)
35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
efs_dir.h 16 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS)
35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
efs_dir.h 16 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS)
35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
efs_dir.h 16 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS)
35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))

Completed in 322 milliseconds