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

  /system/core/libziparchive/
zip_writer.cc 212 FileEntry file_entry = {}; local
213 file_entry.local_file_header_offset = current_offset_;
214 file_entry.path = path;
216 if (!IsValidEntryName(reinterpret_cast<const uint8_t*>(file_entry.path.data()),
217 file_entry.path.size())) {
222 file_entry.compression_method = kCompressDeflated;
229 file_entry.compression_method = kCompressStored;
232 ExtractTimeAndDate(time, &file_entry.last_mod_time, &file_entry.last_mod_date);
234 off_t offset = current_offset_ + sizeof(LocalFileHeader) + file_entry.path.size()
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 192 struct file_entry { struct
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 1198 ZipWriter::FileEntry file_entry; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
dwarf2dbg.c 211 struct file_entry { struct
217 static struct file_entry *files;
612 files = XRESIZEVEC (struct file_entry, files, files_allocated);
614 memset (files + old, 0, (i + 32 - old) * sizeof (struct file_entry));
    [all...]

Completed in 300 milliseconds