Home
last modified time | relevance | path

Searched refs:GrowBlockFile (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/data/cache_tests/good_2_1/
Dcontents.txt30 @@ -487,7 +487,7 @@ bool BlockFiles::GrowBlockFile(MappedFile* file, BlockFileHeader* header) {
/external/cronet/net/data/cache_tests/good_2_0/
Dcontents.txt29 @@ -487,7 +487,7 @@ bool BlockFiles::GrowBlockFile(MappedFile* file, BlockFileHeader* header) {
/external/cronet/net/disk_cache/blockfile/
Dblock_files.h134 bool GrowBlockFile(MappedFile* file, BlockFileHeader* header);
Dblock_files.cc491 bool BlockFiles::GrowBlockFile(MappedFile* file, BlockFileHeader* header) { in GrowBlockFile() function in disk_cache::BlockFiles
536 if (!GrowBlockFile(file, file_header.Header())) in FileForNewBlock()