Home
last modified time | relevance | path

Searched refs:UF_NODUMP (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Modules/
H A D_stat.c203 #ifndef UF_NODUMP
204 # define UF_NODUMP 0x00000001 macro
468 "UF_NODUMP: do not dump file\n\
544 ADD_INT_MACRO(module, UF_NODUMP); in stat_exec()
/third_party/python/Lib/
H A Dstat.py114 UF_NODUMP = 0x00000001 # do not dump file variable
/third_party/rust/crates/nix/src/sys/
H A Dstat.rs137 UF_NODUMP;
/third_party/python/Lib/test/
H A Dtest_shutil.py530 if hasattr(os, 'lchflags') and hasattr(stat, 'UF_NODUMP'):
531 os.lchflags(src_link, stat.UF_NODUMP)
922 if hasattr(os, 'lchflags') and hasattr(stat, 'UF_NODUMP'):
923 os.lchflags(src_link, stat.UF_NODUMP)
1135 if hasattr(os, 'lchflags') and hasattr(stat, 'UF_NODUMP'):
1136 os.lchflags(src_link, stat.UF_NODUMP)
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1350 pub const UF_NODUMP: ::c_ulong = 0x00000001; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1633 pub const UF_NODUMP: ::c_uint = 0x00000001; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2257 pub const UF_NODUMP: ::c_ulong = 0x00000001; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4598 pub const UF_NODUMP: ::c_uint = 0x00000001; consts

Completed in 33 milliseconds