Home
last modified time | relevance | path

Searched refs:CreateSparseFile (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/disk_cache/simple/
Dsimple_synchronous_entry.h436 bool CreateSparseFile(BackendFileOperations* file_operations);
Dsimple_synchronous_entry.cc853 if (!sparse_file_open() && !CreateSparseFile(file_operations)) { in WriteSparseData()
1857 bool SimpleSynchronousEntry::CreateSparseFile( in CreateSparseFile() function in disk_cache::SimpleSynchronousEntry