Home | History | Annotate | Download | only in local

Lines Matching defs:operation_runner

548 FileSystemOperationRunner* CannedSyncableFileSystem::operation_runner() {
549 return file_system_context_->operation_runner();
578 operation_runner()->CreateDirectory(
587 operation_runner()->CreateFile(url, false /* exclusive */, callback);
596 operation_runner()->Copy(
610 operation_runner()->Move(
619 operation_runner()->Truncate(url, size, callback);
629 operation_runner()->TouchFile(url, last_access_time,
638 operation_runner()->Remove(url, recursive, callback);
645 operation_runner()->FileExists(url, callback);
652 operation_runner()->DirectoryExists(url, callback);
661 operation_runner()->CreateSnapshotFile(
673 operation_runner()->CreateSnapshotFile(
683 operation_runner()->ReadDirectory(
695 operation_runner()->Write(url_request_context, url,
710 operation_runner()->Write(url_request_context, url,