HomeSort by relevance Sort by last modified time
    Searched refs:file_entry (Results 1 - 4 of 4) sorted by null

  /system/core/libziparchive/
zip_writer.cc 210 FileEntry file_entry = {}; local
211 file_entry.local_file_header_offset = current_offset_;
212 file_entry.path = path;
214 if (!IsValidEntryName(reinterpret_cast<const uint8_t*>(file_entry.path.data()),
215 file_entry.path.size())) {
220 file_entry.compression_method = kCompressDeflated;
227 file_entry.compression_method = kCompressStored;
230 ExtractTimeAndDate(time, &file_entry.last_mod_time, &file_entry.last_mod_date);
232 off_t offset = current_offset_ + sizeof(LocalFileHeader) + file_entry.path.size()
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 192 struct file_entry { struct
unsquashfs.c 1031 struct file_entry *block = malloc(sizeof(struct file_entry));
1051 struct file_entry *block = malloc(sizeof(struct file_entry));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
dwarf2dbg.c 211 struct file_entry { struct
217 static struct file_entry *files;
616 files = (struct file_entry *)
617 xrealloc (files, (i + 32) * sizeof (struct file_entry));
619 memset (files + old, 0, (i + 32 - old) * sizeof (struct file_entry));
    [all...]

Completed in 231 milliseconds