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

  /build/tools/ijar/
zip.h 69 virtual int FinishFile(size_t filelength,
zip.cc 216 virtual int FinishFile(size_t filelength, bool compress = false,
951 int OutputZipFile::FinishFile(size_t filelength, bool compress,
955 crc = crc32(crc, q, filelength);
958 WriteFileSizeInLocalFileHeader(header_ptr, filelength, compress, crc);
961 entries_.back()->uncompressed_length = filelength;
962 if (compressed_size < filelength) {
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 540 Dwarf_Word filelength; local
543 get_uleb128 (filelength, linep, lineendp);
567 new_file->info.length = filelength;
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 603 uint64 filelength = reader_->ReadUnsignedLEB128(lineptr, &len); local
606 mod_time, filelength);
772 const uint64 filelength = reader->ReadUnsignedLEB128(start, local
778 mod_time, filelength);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 318 long __cdecl filelength(int _FileHandle) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /external/elfutils/src/
readelf.c 6804 Dwarf_Word filelength; local
    [all...]

Completed in 3343 milliseconds