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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fuse.h 405 #define FUSE_DIRENT_ALIGN(x) (((x) + sizeof(__u64) - 1) & ~(sizeof(__u64) - 1))
407 FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET + (d)->namelen)
  /system/core/sdcard/
fuse.h 562 #define FUSE_DIRENT_ALIGN(x) (((x) + sizeof(__u64) - 1) & ~(sizeof(__u64) - 1))
564 FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET + (d)->namelen)

Completed in 87 milliseconds