Searched refs:out_sparse_data_size (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.h265 bool OpenSparseFileIfExists(int32* out_sparse_data_size);
280 // and sets |*out_sparse_data_size| to the total size of all the ranges (not
282 bool ScanSparseFile(int32* out_sparse_data_size);
H A Dsimple_synchronous_entry.cc1182 int32* out_sparse_data_size) {
1190 return ScanSparseFile(out_sparse_data_size);
1256 bool SimpleSynchronousEntry::ScanSparseFile(int32* out_sparse_data_size) { argument
1314 *out_sparse_data_size = sparse_data_size;
1181 OpenSparseFileIfExists( int32* out_sparse_data_size) argument

Completed in 134 milliseconds