Searched refs:DEFAULT_SLICE_SIZE (Results 1 – 4 of 4) sorted by relevance
40 const uint32_t DEFAULT_SLICE_SIZE = 100 * MB_TO_BYTE; // 分片文件大小为100M variable145 if (currentTarFileSize_ >= DEFAULT_SLICE_SIZE) { in TraversalFile()147 static_cast<int32_t>(DEFAULT_SLICE_SIZE / MB_TO_BYTE)); in TraversalFile()
716 … if (totalSize >= BConstants::DEFAULT_SLICE_SIZE || fileCount >= BConstants::MAX_FILE_COUNT) { in DoPacket()2123 … if (totalSize >= BConstants::DEFAULT_SLICE_SIZE || fileCount >= BConstants::MAX_FILE_COUNT) { in IncrementalPacket()
73 const uint64_t DEFAULT_SLICE_SIZE = 100 * 1024 * 1024; // 分片文件大小为100M variable
23 #define DEFAULT_SLICE_SIZE (2 * 128 + 1) macro