Home
last modified time | relevance | path

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

/external/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.c62 #ifdef UF_IMMUTABLE in fsetflags()
64 bsd_flags |= UF_IMMUTABLE; in fsetflags()
Dfgetflags.c57 #ifdef UF_IMMUTABLE in fgetflags()
58 if (buf.st_flags & UF_IMMUTABLE) in fgetflags()
/external/python/cpython2/Lib/
Dstat.py86 UF_IMMUTABLE = 0x00000002 variable
/external/python/cpython2/Lib/test/
Dtest_posix.py452 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
461 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
490 dummy_symlink_st.st_flags | stat.UF_IMMUTABLE)
502 self.assertEqual(dummy_symlink_st.st_flags | stat.UF_IMMUTABLE,
/external/e2fsprogs/lib/ext2fs/
Dmkjournal.c497 retval = fchflags (fd, UF_NODUMP|UF_IMMUTABLE); in ext2fs_add_journal_inode2()
/external/python/cpython2/Doc/library/
Dstat.rst297 .. data:: UF_IMMUTABLE
Dos.rst1039 * :data:`stat.UF_IMMUTABLE`
/external/e2fsprogs/
Dconfigure.ac1058 [struct stat stat; stat.st_flags |= UF_IMMUTABLE;],
Dconfigure12983 struct stat stat; stat.st_flags |= UF_IMMUTABLE;
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2170 :const:`UF_IMMUTABLE` to signal the file may not be changed and
/external/python/cpython2/Misc/
DNEWS3997 UF_IMMUTABLE flag (via either chflags or lchflags); refactor affected