Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_synchronous_entry.h437 bool CreateSparseFile(BackendFileOperations* file_operations);
H A Dsimple_synchronous_entry.cc857 if (!sparse_file_open() && !CreateSparseFile(file_operations)) { in WriteSparseData()
1867 bool SimpleSynchronousEntry::CreateSparseFile( in CreateSparseFile() function in disk_cache::SimpleSynchronousEntry