Searched refs:UF_NODUMP (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Modules/ |
H A D | _stat.c | 203 #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 D | stat.py | 114 UF_NODUMP = 0x00000001 # do not dump file variable
|
/third_party/rust/crates/nix/src/sys/ |
H A D | stat.rs | 137 UF_NODUMP;
|
/third_party/python/Lib/test/ |
H A D | test_shutil.py | 530 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 D | mod.rs | 1350 pub const UF_NODUMP: ::c_ulong = 0x00000001; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1633 pub const UF_NODUMP: ::c_uint = 0x00000001; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2257 pub const UF_NODUMP: ::c_ulong = 0x00000001; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4598 pub const UF_NODUMP: ::c_uint = 0x00000001; consts
|
Completed in 36 milliseconds