Home
last modified time | relevance | path

Searched refs:UF_NOUNLINK (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/
H A D_stat.c219 #ifndef UF_NOUNLINK
220 # define UF_NOUNLINK 0x00000010 macro
472 UF_NOUNLINK: file may not be renamed or deleted\n\
548 ADD_INT_MACRO(module, UF_NOUNLINK); in stat_exec()
/third_party/python/Lib/
H A Dstat.py118 UF_NOUNLINK = 0x00000010 # file may not be renamed or deleted variable
/third_party/rust/crates/nix/src/sys/
H A Dstat.rs142 UF_NOUNLINK;
/third_party/python/Lib/test/
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.rs1354 pub const UF_NOUNLINK: ::c_ulong = 0x00000010; consts

Completed in 15 milliseconds