HomeSort by relevance Sort by last modified time
    Searched full:entry_len (Results 1 - 2 of 2) sorted by null

  /system/core/libzipfile/
centraldir.c 15 ENTRY_LEN = 46, // CentralDirEnt len, excl. var fields
90 if (*len < ENTRY_LEN) {
117 p += ENTRY_LEN;
  /external/chromium/net/disk_cache/
sparse_control.cc 555 int entry_len = child_->GetDataSize(kSparseData); local
556 if (block_index == entry_len >> 10)
557 return entry_len & (kBlockSize - 1);

Completed in 587 milliseconds