|
Add exists, create and delete to directory implementation on Linux and Mac.
All of the directory implementations on Linux and Mac are identical
and uncontroversial. Join the implementations in directory_posix for
now. I will split it into the two files again if it becomes necessary.
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=432
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+207 lines, -449 lines) |
Patch |
|
M |
runtime/bin/bin.gypi
|
View
|
|
4 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
runtime/bin/builtin_in.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/bin/directory.h
|
View
|
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/bin/directory.cc
|
View
|
|
2 chunks |
+38 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/bin/directory.dart
|
View
|
|
2 chunks |
+23 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/bin/directory_impl.dart
|
View
|
|
3 chunks |
+33 lines, -3 lines |
0 comments
|
Download
|
|
D |
runtime/bin/directory_linux.cc
|
View
|
|
1 chunk |
+0 lines, -219 lines |
0 comments
|
Download
|
|
D |
runtime/bin/directory_macos.cc
|
View
|
|
1 chunk |
+0 lines, -219 lines |
0 comments
|
Download
|
|
A + |
runtime/bin/directory_posix.cc
|
View
|
|
2 chunks |
+42 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/bin/directory_win.cc
|
View
|
|
3 chunks |
+41 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/standalone/src/DirectoryTest.dart
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|