Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: sdk/lib/io/file_impl.dart

Issue 12319148: dart:io | Change a remaining use of File.name to File.path, in samples. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Oops Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/build_dart/build.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/file_impl.dart
diff --git a/sdk/lib/io/file_impl.dart b/sdk/lib/io/file_impl.dart
index 67e6443e616ba6c7e455c164f614391493006405..0ba765cfb34a485ed91e21f7f778ea3d7f63dc95 100644
--- a/sdk/lib/io/file_impl.dart
+++ b/sdk/lib/io/file_impl.dart
@@ -1056,7 +1056,3 @@ class _RandomAccessFile extends _FileBase implements RandomAccessFile {
SendPort _fileService;
}
-
-List<int> _makeUint8ListView(List<int> source, int from, int to) {
- return new Uint8List.view(source.asByteArray(), from, to);
-}
« no previous file with comments | « samples/build_dart/build.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698