HomeSort by relevance Sort by last modified time
    Searched defs:S_IMMUTABLE (Results 51 - 53 of 53) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
fs.h 108 #define S_IMMUTABLE 8
125 #define IS_IMMUTABLE(inode) ((inode)->i_flags & S_IMMUTABLE)
  /bionic/libc/kernel/common/linux/
fs.h 156 #define S_IMMUTABLE 8
180 #define IS_IMMUTABLE(inode) ((inode)->i_flags & S_IMMUTABLE)
  /external/kernel-headers/original/linux/
fs.h 238 #define S_IMMUTABLE 8 /* Immutable file */
275 #define IS_IMMUTABLE(inode) ((inode)->i_flags & S_IMMUTABLE)
    [all...]

Completed in 24 milliseconds

1 23