Home
last modified time | relevance | path

Searched refs:UF_COMPRESSED (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Modules/
D_stat.c223 #ifndef UF_COMPRESSED
224 # define UF_COMPRESSED 0x00000020 macro
549 ADD_INT_MACRO(module, UF_COMPRESSED); in stat_exec()
/external/python/cpython2/Lib/
Dstat.py90 UF_COMPRESSED = 0x00000020 # OS X: file is hfs-compressed variable
/external/python/cpython3/Lib/
Dstat.py119 UF_COMPRESSED = 0x00000020 # OS X: file is hfs-compressed variable
/external/python/cpython2/Doc/library/
Dstat.rst313 .. data:: UF_COMPRESSED
Dos.rst1043 * :data:`stat.UF_COMPRESSED`
/external/python/cpython3/Doc/library/
Dstat.rst373 .. data:: UF_COMPRESSED
Dos.rst1644 * :data:`stat.UF_COMPRESSED`
/external/python/cpython2/Misc/NEWS.d/
D2.7.3rc1.rst1621 Also add new stat file flags for OS X (UF_HIDDEN and UF_COMPRESSED).
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3301 pub const UF_COMPRESSED: ::c_uint = 0x00000020; constant
/external/python/cpython3/Misc/
DHISTORY10122 (UF_HIDDEN and UF_COMPRESSED).