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

  /external/chromium/net/disk_cache/
file.h 65 bool PostWrite(const void* buffer, size_t buffer_len, size_t offset);
file_posix.cc 96 // PostRead/PostWrite). This class will post the operation to a worker thread,
124 void PostWrite(disk_cache::File* file, const void* buf, size_t buf_len,
201 void InFlightIO::PostWrite(disk_cache::File* file, const void* buf,
242 // Release the references acquired in PostRead / PostWrite.
340 bool File::PostWrite(const void* buffer, size_t buffer_len, size_t offset) {
352 io_operations->PostWrite(this, buffer, buffer_len, offset, callback, !notify);
file_win.cc 66 // This whole thing could be updated to use IOBuffer, but PostWrite is not
213 bool File::PostWrite(const void* buffer, size_t buffer_len, size_t offset) {
entry_impl.cc 860 if (!file->PostWrite(user_buffers_[index].get(), len, offset))
868 // The buffer is deleted from the PostWrite operation.

Completed in 373 milliseconds