Searched refs:StartIO (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dpipe_reader.cc26 base::File PipeReader::StartIO() { function in class:chromeos::PipeReader
H A Dpipe_reader.h30 // - Call StartIO() which will create the appropriate FDs.
48 base::File StartIO();
H A Ddebug_daemon_client.cc232 base::File pipe_write_end = pipe_reader_->StartIO();
/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control.h62 int StartIO(SparseOperation op, int64 offset, net::IOBuffer* buf,
H A Dsparse_control_v3.h57 int StartIO(SparseOperation op, int64 offset, net::IOBuffer* buf,
H A Dsparse_control_v3.cc225 int SparseControl::StartIO(SparseOperation op, int64 offset, net::IOBuffer* buf, function in class:disk_cache::SparseControl
284 int result = StartIO(
H A Dsparse_control.cc244 int SparseControl::StartIO(SparseOperation op, int64 offset, net::IOBuffer* buf, function in class:disk_cache::SparseControl
305 int result = StartIO(
H A Dentry_impl_v3.cc626 result = sparse_->StartIO(SparseControl::kReadOperation, offset, buf, buf_len,
652 result = sparse_->StartIO(SparseControl::kWriteOperation, offset, buf,
H A Dentry_impl.cc362 result = sparse_->StartIO(SparseControl::kReadOperation, offset, buf, buf_len,
376 result = sparse_->StartIO(SparseControl::kWriteOperation, offset, buf,

Completed in 115 milliseconds