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

  /external/e2fsprogs/lib/e2p/
getflags.c 39 #ifdef UF_IMMUTABLE
40 if (buf.st_flags & UF_IMMUTABLE)
setflags.c 44 #ifdef UF_IMMUTABLE
46 bsd_flags |= UF_IMMUTABLE;
fgetflags.c 52 #ifdef UF_IMMUTABLE
53 if (buf.st_flags & UF_IMMUTABLE)
fsetflags.c 57 #ifdef UF_IMMUTABLE
59 bsd_flags |= UF_IMMUTABLE;
  /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
  /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 554 retval = fchflags (fd, UF_NODUMP|UF_IMMUTABLE);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/e2fsprogs/
configure     [all...]

Completed in 892 milliseconds