OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_size_bytes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/disk_cache/v3/
block_bitmaps.cc
216
int
new_size_bytes
= new_size * header->entry_size + sizeof(*header);
local
218
if (!file->SetLength(
new_size_bytes
)) {
/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
496
int
new_size_bytes
= new_size * header->entry_size + sizeof(*header);
local
498
if (!file->SetLength(
new_size_bytes
)) {
Completed in 91 milliseconds