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

  /external/e2fsprogs/lib/e2p/
getflags.c 40 #ifdef UF_IMMUTABLE
41 if (buf.st_flags & UF_IMMUTABLE)
setflags.c 45 #ifdef UF_IMMUTABLE
47 bsd_flags |= UF_IMMUTABLE;
fgetflags.c 57 #ifdef UF_IMMUTABLE
58 if (buf.st_flags & UF_IMMUTABLE)
fsetflags.c 62 #ifdef UF_IMMUTABLE
64 bsd_flags |= UF_IMMUTABLE;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
stat.py 86 UF_IMMUTABLE = 0x00000002
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stat.py 86 UF_IMMUTABLE = 0x00000002
  /external/python/cpython2/Lib/
stat.py 86 UF_IMMUTABLE = 0x00000002
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 163 #define UF_IMMUTABLE 0x00000002 ///< file may not be changed
  /external/python/cpython3/Lib/
stat.py 99 UF_IMMUTABLE = 0x00000002 # file may not be changed
  /external/python/cpython3/Modules/
_stat.c 203 #ifndef UF_IMMUTABLE
204 # define UF_IMMUTABLE 0x00000002
465 UF_IMMUTABLE: file may not be changed\n\
551 if (PyModule_AddIntMacro(m, UF_IMMUTABLE)) return NULL;
  /external/python/cpython2/Lib/test/
test_posix.py 455 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
457 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
461 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
466 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
492 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
495 dummy_symlink_st.st_flags | stat.UF_IMMUTABLE)
499 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
507 self.assertEqual(dummy_symlink_st.st_flags | stat.UF_IMMUTABLE,
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 499 retval = fchflags (fd, UF_NODUMP|UF_IMMUTABLE);
  /external/python/cpython3/Lib/test/
test_posix.py     [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 224 milliseconds