Searched refs:UF_COMPRESSED (Results 1 – 10 of 10) sorted by relevance
219 #ifndef UF_COMPRESSED220 # define UF_COMPRESSED 0x00000020 macro555 if (PyModule_AddIntMacro(m, UF_COMPRESSED)) return NULL; in PyInit__stat()
90 UF_COMPRESSED = 0x00000020 # OS X: file is hfs-compressed variable
119 UF_COMPRESSED = 0x00000020 # OS X: file is hfs-compressed variable
313 .. data:: UF_COMPRESSED
1043 * :data:`stat.UF_COMPRESSED`
373 .. data:: UF_COMPRESSED
1623 * :data:`stat.UF_COMPRESSED`
1621 Also add new stat file flags for OS X (UF_HIDDEN and UF_COMPRESSED).
3026 pub const UF_COMPRESSED: ::c_uint = 0x00000020; constant
10122 (UF_HIDDEN and UF_COMPRESSED).