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

  /external/chromium_org/net/disk_cache/blockfile/
entry_impl.h 47 int WriteDataImpl(int index, int offset, IOBuffer* buf, int buf_len,
179 // Do all the work for ReadDataImpl and WriteDataImpl. Implemented as
in_flight_backend_io.cc 291 entry_->WriteDataImpl(index_, offset_, buf_.get(), buf_len_,
entry_impl_v3.cc 569 return WriteDataImpl(index, offset, buf, buf_len, callback, truncate);
586 int EntryImpl::WriteDataImpl(int index, int offset, IOBuffer* buf, int buf_len,
    [all...]
entry_impl.cc 334 int EntryImpl::WriteDataImpl(int index, int offset, IOBuffer* buf, int buf_len,
838 return WriteDataImpl(index, offset, buf, buf_len, callback, truncate);
    [all...]
sparse_control.cc 740 rv = child_->WriteDataImpl(kSparseData, child_offset_, user_buf_.get(),
sparse_control_v3.cc 582 rv = child_->WriteDataImpl(kSparseData, child_offset_, user_buf_.get(),
  /external/chromium_org/net/disk_cache/
backend_unittest.cc 151 rv = static_cast<disk_cache::EntryImpl*>(entry)->WriteDataImpl(
    [all...]

Completed in 47 milliseconds