HomeSort by relevance Sort by last modified time
    Searched refs:StartIO (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/disk_cache/
sparse_control.h 61 int StartIO(SparseOperation op, int64 offset, net::IOBuffer* buf,
sparse_control.cc 235 int SparseControl::StartIO(SparseOperation op, int64 offset, net::IOBuffer* buf,
294 int result = StartIO(kGetRangeOperation, offset, NULL, len, NULL);
entry_impl.cc 359 result = sparse_->StartIO(SparseControl::kReadOperation, offset, buf, buf_len,
373 result = sparse_->StartIO(SparseControl::kWriteOperation, offset, buf,
    [all...]

Completed in 49 milliseconds