Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_stat.c227 #ifndef UF_HIDDEN
228 # define UF_HIDDEN 0x00008000 macro
474 UF_HIDDEN: OS X: file should not be displayed\n\
550 ADD_INT_MACRO(module, UF_HIDDEN); in stat_exec()
/third_party/python/Lib/
H A Dstat.py120 UF_HIDDEN = 0x00008000 # OS X: file should not be displayed variable
/third_party/rust/crates/nix/src/sys/
H A Dstat.rs133 UF_HIDDEN;
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3088 pub const UF_HIDDEN: ::c_ulong = 0x00008000; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4608 pub const UF_HIDDEN: ::c_uint = 0x00008000; consts

Completed in 24 milliseconds