Home
last modified time | relevance | path

Searched refs:UF_COMPRESSED (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/
H A D_stat.c223 #ifndef UF_COMPRESSED
224 # define UF_COMPRESSED 0x00000020 macro
473 UF_COMPRESSED: OS X: file is hfs-compressed\n\
549 ADD_INT_MACRO(module, UF_COMPRESSED); in stat_exec()
/third_party/python/Lib/
H A Dstat.py119 UF_COMPRESSED = 0x00000020 # OS X: file is hfs-compressed variable
/third_party/rust/crates/nix/src/sys/
H A Dstat.rs125 UF_COMPRESSED;
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4602 pub const UF_COMPRESSED: ::c_uint = 0x00000020; consts

Completed in 16 milliseconds