Home
last modified time | relevance | path

Searched refs:UF_IMMUTABLE (Results 1 – 16 of 16) sorted by relevance

/third_party/e2fsprogs/lib/e2p/
Dsetflags.c45 #ifdef UF_IMMUTABLE in setflags()
47 bsd_flags |= UF_IMMUTABLE; in setflags()
Dgetflags.c40 #ifdef UF_IMMUTABLE in getflags()
41 if (buf.st_flags & UF_IMMUTABLE) in getflags()
Dfsetflags.c65 #ifdef UF_IMMUTABLE in fsetflags()
67 bsd_flags |= UF_IMMUTABLE; in fsetflags()
Dfgetflags.c60 #ifdef UF_IMMUTABLE in fgetflags()
61 if (buf.st_flags & UF_IMMUTABLE) in fgetflags()
/third_party/python/Modules/
D_stat.c207 #ifndef UF_IMMUTABLE
208 # define UF_IMMUTABLE 0x00000002 macro
545 ADD_INT_MACRO(module, UF_IMMUTABLE); in stat_exec()
/third_party/python/Lib/
Dstat.py115 UF_IMMUTABLE = 0x00000002 # file may not be changed variable
Dshutil.py840 immutable_states = [stat.UF_IMMUTABLE, stat.SF_IMMUTABLE]
/third_party/e2fsprogs/lib/ext2fs/
Dmkjournal.c553 retval = fchflags (fd, UF_NODUMP|UF_IMMUTABLE); in ext2fs_add_journal_inode3()
/third_party/python/Lib/test/
Dtest_posix.py926 flags = st.st_flags | stat.UF_IMMUTABLE
937 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
970 flags = dummy_symlink_st.st_flags | stat.UF_IMMUTABLE
983 self.assertEqual(dummy_symlink_st.st_flags | stat.UF_IMMUTABLE,
Dtest_tempfile.py1658 flags = stat.UF_IMMUTABLE | stat.UF_NOUNLINK
/third_party/python/Doc/library/
Dstat.rst357 .. data:: UF_IMMUTABLE
Dos.rst1773 * :data:`stat.UF_IMMUTABLE`
/third_party/e2fsprogs/
Dconfigure.ac1149 [struct stat stat; stat.st_flags |= UF_IMMUTABLE;],
Dconfigure11094 struct stat stat; stat.st_flags |= UF_IMMUTABLE;
/third_party/python/Doc/whatsnew/
D2.6.rst2174 :const:`UF_IMMUTABLE` to signal the file may not be changed and
/third_party/python/Misc/
DHISTORY6722 UF_IMMUTABLE flag (via either chflags or lchflags); refactor affected tests in