Home
last modified time | relevance | path

Searched refs:UNZIP_BUFFER_SIZE (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp38 constexpr uint32_t UNZIP_BUFFER_SIZE = 1024; member
39 constexpr uint32_t UNZIP_BUF_IN_LEN = 2 * UNZIP_BUFFER_SIZE; // in buffer length: 2KB
40 constexpr uint32_t UNZIP_BUF_OUT_LEN = 4 * UNZIP_BUFFER_SIZE; // out buffer length: 4KB
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp28 constexpr uint32_t UNZIP_BUFFER_SIZE = 1024; member
29 constexpr uint32_t UNZIP_BUF_IN_LEN = 160 * UNZIP_BUFFER_SIZE; // in buffer length: 160KB
30 constexpr uint32_t UNZIP_BUF_OUT_LEN = 320 * UNZIP_BUFFER_SIZE; // out buffer length: 320KB
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp33 constexpr uint32_t UNZIP_BUFFER_SIZE = 1024; member
34 constexpr uint32_t UNZIP_BUF_IN_LEN = 160 * UNZIP_BUFFER_SIZE; // in buffer length: 160KB
35 constexpr uint32_t UNZIP_BUF_OUT_LEN = 320 * UNZIP_BUFFER_SIZE; // out buffer length: 320KB

Completed in 4 milliseconds