MythTV
master
|
Go to the source code of this file.
Variables | |
static constexpr uint32_t | ZIP_ATTR_FILE_TYPE_MASK { 0xFE000000 } |
static constexpr uint32_t | ZIP_ATTR_FILE_TYPE_SYMLINK { 0xA0000000 } |
static constexpr uint32_t | ZIP_ATTR_USER_PERM_MASK { 0x01C00000 } |
static constexpr uint32_t | ZIP_ATTR_GROUP_PERM_MASK { 0x03800000 } |
static constexpr uint32_t | ZIP_ATTR_OTHER_PERM_MASK { 0x00700000 } |
static constexpr uint8_t | ZIP_ATTR_USER_PERM_SHIFT { 22 } |
static constexpr uint8_t | ZIP_ATTR_GROUP_PERM_SHIFT { 19 } |
static constexpr uint8_t | ZIP_ATTR_OTHER_PERM_SHIFT { 16 } |
|
staticconstexpr |
Definition at line 27 of file unzip2.cpp.
Referenced by UnZip::extractFile().
|
staticconstexpr |
Definition at line 28 of file unzip2.cpp.
Referenced by UnZip::extractFile().
|
staticconstexpr |
Definition at line 31 of file unzip2.cpp.
Referenced by UnZip::zipToQtPerms().
|
staticconstexpr |
Definition at line 32 of file unzip2.cpp.
Referenced by UnZip::zipToQtPerms().
|
staticconstexpr |
Definition at line 33 of file unzip2.cpp.
Referenced by UnZip::zipToQtPerms().
|
staticconstexpr |
Definition at line 34 of file unzip2.cpp.
Referenced by UnZip::zipToQtPerms().
|
staticconstexpr |
Definition at line 35 of file unzip2.cpp.
Referenced by UnZip::zipToQtPerms().
|
staticconstexpr |
Definition at line 36 of file unzip2.cpp.
Referenced by UnZip::zipToQtPerms().