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

Unified Diff: bin/file.h

Issue 9614006: - Proper URI resolution when loading scripts from the standalone binary. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 9 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
Index: bin/file.h
===================================================================
--- bin/file.h (revision 4985)
+++ bin/file.h (working copy)
@@ -122,6 +122,7 @@
static bool IsAbsolutePath(const char* pathname);
static char* GetCanonicalPath(const char* name);
static char* GetContainingDirectory(char* name);
+ static const char* GetWorkingDirectory();
static const char* PathSeparator();
static const char* StringEscapedPathSeparator();
static StdioHandleType GetStdioHandleType(int fd);

Powered by Google App Engine
This is Rietveld 408576698