Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_synchronous_entry.h451 bool ScanSparseFile(base::File* sparse_file, int32_t* out_sparse_data_size);
H A Dsimple_synchronous_entry.cc1858 if (!ScanSparseFile(sparse_file.get(), out_sparse_data_size)) in OpenSparseFileIfExists()
1941 bool SimpleSynchronousEntry::ScanSparseFile(base::File* sparse_file, in ScanSparseFile() function in disk_cache::SimpleSynchronousEntry