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

  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.cc 93 return snappy::GetUncompressedLength(input_data, input_length, result);
  /art/runtime/
zip_archive.h 43 uint32_t GetUncompressedLength();
zip_archive.cc 55 uint32_t ZipEntry::GetUncompressedLength() {
120 && static_cast<off64_t>(data_offset + GetUncompressedLength()) > dir_offset) {
122 << "(" << data_offset << " + " << GetUncompressedLength()
251 uint32_t length = GetUncompressedLength();
286 return CopyFdToMemory(begin, size, zip_archive_->fd_, GetUncompressedLength());
289 GetUncompressedLength(), GetCompressedLength());
302 GetUncompressedLength(),
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.h 135 return snappy::GetUncompressedLength(input, length, result);

Completed in 168 milliseconds