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

  /external/chromium/net/disk_cache/
block_files.cc 449 int new_size_bytes = new_size * header->entry_size + sizeof(*header); local
452 if (!file->SetLength(new_size_bytes)) {
  /external/chromium_org/net/disk_cache/
block_files.cc 532 int new_size_bytes = new_size * header->entry_size + sizeof(*header); local
534 if (!file->SetLength(new_size_bytes)) {

Completed in 548 milliseconds