Searched refs:current_file_entry_ (Results 1 – 2 of 2) sorted by relevance
288 current_file_entry_ = std::move(file_entry); in StartAlignedEntryWithTime()358 if (current_file_entry_.compression_method & kCompressDeflated) { in WriteBytes()359 result = CompressBytes(¤t_file_entry_, data, len32); in WriteBytes()361 result = StoreBytes(¤t_file_entry_, data, len32); in WriteBytes()368 current_file_entry_.crc32 = static_cast<uint32_t>( in WriteBytes()370 current_file_entry_.uncompressed_size += len32; in WriteBytes()468 if (current_file_entry_.compression_method & kCompressDeflated) { in FinishEntry()469 int32_t result = FlushCompressedBytes(¤t_file_entry_); in FinishEntry()481 DataDescriptor::kOptSignature, current_file_entry_.crc32, in FinishEntry()482 current_file_entry_.compressed_size, current_file_entry_.uncompressed_size}; in FinishEntry()[all …]
183 FileEntry current_file_entry_; variable