HomeSort by relevance Sort by last modified time
    Searched refs:UF_IMMUTABLE (Results 1 - 22 of 22) 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
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stat.py 86 UF_IMMUTABLE = 0x00000002
  /prebuilts/gdb/linux-x86/lib/python2.7/
stat.py 86 UF_IMMUTABLE = 0x00000002
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 86 UF_IMMUTABLE = 0x00000002
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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 450 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
452 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
456 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
461 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
487 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
490 dummy_symlink_st.st_flags | stat.UF_IMMUTABLE)
494 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
502 self.assertEqual(dummy_symlink_st.st_flags | stat.UF_IMMUTABLE,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py 374 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
376 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
380 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
385 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
411 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
414 dummy_symlink_st.st_flags | stat.UF_IMMUTABLE)
418 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
426 self.assertEqual(dummy_symlink_st.st_flags | stat.UF_IMMUTABLE,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py 374 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
376 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
380 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
385 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
411 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
414 dummy_symlink_st.st_flags | stat.UF_IMMUTABLE)
418 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
426 self.assertEqual(dummy_symlink_st.st_flags | stat.UF_IMMUTABLE,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 374 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
376 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
380 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
385 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
411 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
414 dummy_symlink_st.st_flags | stat.UF_IMMUTABLE)
418 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
426 self.assertEqual(dummy_symlink_st.st_flags | stat.UF_IMMUTABLE,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 374 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
376 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
380 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
385 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
411 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
414 dummy_symlink_st.st_flags | stat.UF_IMMUTABLE)
418 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
426 self.assertEqual(dummy_symlink_st.st_flags | stat.UF_IMMUTABLE,
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 497 retval = fchflags (fd, UF_NODUMP|UF_IMMUTABLE);
  /external/python/cpython3/Lib/test/
test_posix.py 683 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
684 flags = st.st_flags | stat.UF_IMMUTABLE
690 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
695 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
726 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
727 flags = dummy_symlink_st.st_flags | stat.UF_IMMUTABLE
733 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
740 self.assertEqual(dummy_symlink_st.st_flags | stat.UF_IMMUTABLE,
    [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 645 milliseconds