Searched refs:MB_TO_BYTE (Results 1 – 3 of 3) sorted by relevance
37 constexpr int64_t MB_TO_BYTE = 1024 * 1024; variable353 maxFileSize_ = maxFileSize * MB_TO_BYTE; in ExportJsonFileWriter()
52 const uint64_t MB_TO_BYTE = 1024 * 1024; variable
40 const uint32_t DEFAULT_SLICE_SIZE = 100 * MB_TO_BYTE; // 分片文件大小为100M147 static_cast<int32_t>(DEFAULT_SLICE_SIZE / MB_TO_BYTE)); in TraversalFile()