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

Unified Diff: runtime/bin/io_natives.cc

Issue 2681683005: [dart:io] Adds functions to set file access and modification time (Closed)
Patch Set: Update changelog Created 3 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 | « runtime/bin/file_win.cc ('k') | runtime/bin/io_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index d6d5c09a9de314be4812c0738111076a4aded3c6..2c582425ba1dfdf94c974bd6770011f97ba2a2d0 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -50,6 +50,9 @@ namespace bin {
V(File_LengthFromPath, 1) \
V(File_Stat, 1) \
V(File_LastModified, 1) \
+ V(File_SetLastModified, 2) \
+ V(File_LastAccessed, 1) \
+ V(File_SetLastAccessed, 2) \
V(File_Flush, 1) \
V(File_Lock, 4) \
V(File_Create, 1) \
« no previous file with comments | « runtime/bin/file_win.cc ('k') | runtime/bin/io_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698