Home
last modified time | relevance | path

Searched refs:fileInfo (Results 1 – 1 of 1) sorted by relevance

/system/core/libziparchive/
Dzip_writer.cc174 FileInfo fileInfo = {}; in StartAlignedEntryWithTime() local
175 fileInfo.path = std::string(path); in StartAlignedEntryWithTime()
176 fileInfo.local_file_header_offset = current_offset_; in StartAlignedEntryWithTime()
178 if (!IsValidEntryName(reinterpret_cast<const uint8_t*>(fileInfo.path.data()), in StartAlignedEntryWithTime()
179 fileInfo.path.size())) { in StartAlignedEntryWithTime()
191 fileInfo.compression_method = kCompressDeflated; in StartAlignedEntryWithTime()
198 fileInfo.compression_method = kCompressStored; in StartAlignedEntryWithTime()
200 header.compression_method = fileInfo.compression_method; in StartAlignedEntryWithTime()
202 ExtractTimeAndDate(time, &fileInfo.last_mod_time, &fileInfo.last_mod_date); in StartAlignedEntryWithTime()
203 header.last_mod_time = fileInfo.last_mod_time; in StartAlignedEntryWithTime()
[all …]