Home
last modified time | relevance | path

Searched refs:UF_IMMUTABLE (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Modules/
H A D_stat.c207 #ifndef UF_IMMUTABLE
208 # define UF_IMMUTABLE 0x00000002 macro
469 UF_IMMUTABLE: file may not be changed\n\
545 ADD_INT_MACRO(module, UF_IMMUTABLE); in stat_exec()
/third_party/python/Lib/
H A Dstat.py115 UF_IMMUTABLE = 0x00000002 # file may not be changed variable
H A Dshutil.py860 immutable_states = [stat.UF_IMMUTABLE, stat.SF_IMMUTABLE]
/third_party/rust/crates/nix/src/sys/
H A Dstat.rs135 UF_IMMUTABLE;
/third_party/python/Lib/test/
H A Dtest_posix.py940 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
941 flags = st.st_flags | stat.UF_IMMUTABLE
947 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
952 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
984 # ZFS returns EOPNOTSUPP when attempting to set flag UF_IMMUTABLE.
985 flags = dummy_symlink_st.st_flags | stat.UF_IMMUTABLE
991 msg = 'chflag UF_IMMUTABLE not supported by underlying fs'
998 self.assertEqual(dummy_symlink_st.st_flags | stat.UF_IMMUTABLE,
H A Dtest_tempfile.py1638 flags = stat.UF_IMMUTABLE | stat.UF_NOUNLINK
1872 flags = stat.UF_IMMUTABLE | stat.UF_NOUNLINK
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1351 pub const UF_IMMUTABLE: ::c_ulong = 0x00000002; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1634 pub const UF_IMMUTABLE: ::c_uint = 0x00000002; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2256 pub const UF_IMMUTABLE: ::c_ulong = 0x00000002; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4599 pub const UF_IMMUTABLE: ::c_uint = 0x00000002; consts

Completed in 45 milliseconds