MythTV  master
Variables
unzip2.cpp File Reference
#include "unzip2.h"
#include "mythdate.h"
#include "mythlogging.h"
Include dependency graph for unzip2.cpp:

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 }
 

Variable Documentation

◆ ZIP_ATTR_FILE_TYPE_MASK

constexpr uint32_t ZIP_ATTR_FILE_TYPE_MASK { 0xFE000000 }
staticconstexpr

Definition at line 27 of file unzip2.cpp.

Referenced by UnZip::extractFile().

◆ ZIP_ATTR_FILE_TYPE_SYMLINK

constexpr uint32_t ZIP_ATTR_FILE_TYPE_SYMLINK { 0xA0000000 }
staticconstexpr

Definition at line 28 of file unzip2.cpp.

Referenced by UnZip::extractFile().

◆ ZIP_ATTR_USER_PERM_MASK

constexpr uint32_t ZIP_ATTR_USER_PERM_MASK { 0x01C00000 }
staticconstexpr

Definition at line 31 of file unzip2.cpp.

Referenced by UnZip::zipToQtPerms().

◆ ZIP_ATTR_GROUP_PERM_MASK

constexpr uint32_t ZIP_ATTR_GROUP_PERM_MASK { 0x03800000 }
staticconstexpr

Definition at line 32 of file unzip2.cpp.

Referenced by UnZip::zipToQtPerms().

◆ ZIP_ATTR_OTHER_PERM_MASK

constexpr uint32_t ZIP_ATTR_OTHER_PERM_MASK { 0x00700000 }
staticconstexpr

Definition at line 33 of file unzip2.cpp.

Referenced by UnZip::zipToQtPerms().

◆ ZIP_ATTR_USER_PERM_SHIFT

constexpr uint8_t ZIP_ATTR_USER_PERM_SHIFT { 22 }
staticconstexpr

Definition at line 34 of file unzip2.cpp.

Referenced by UnZip::zipToQtPerms().

◆ ZIP_ATTR_GROUP_PERM_SHIFT

constexpr uint8_t ZIP_ATTR_GROUP_PERM_SHIFT { 19 }
staticconstexpr

Definition at line 35 of file unzip2.cpp.

Referenced by UnZip::zipToQtPerms().

◆ ZIP_ATTR_OTHER_PERM_SHIFT

constexpr uint8_t ZIP_ATTR_OTHER_PERM_SHIFT { 16 }
staticconstexpr

Definition at line 36 of file unzip2.cpp.

Referenced by UnZip::zipToQtPerms().