Index: runtime/bin/file_win.cc |
diff --git a/runtime/bin/file_win.cc b/runtime/bin/file_win.cc |
index 2ce097d5050f4fd08f3fa8ca6f0e61ee9392f3fc..e18071aacae8c871336394e4b4c05ba85dca5e08 100644 |
--- a/runtime/bin/file_win.cc |
+++ b/runtime/bin/file_win.cc |
@@ -165,7 +165,7 @@ bool File::Delete(const char* name) { |
} |
-off_t File::LengthFromName(const char* name) { |
+off_t File::LengthFromPath(const char* name) { |
struct _stat st; |
const wchar_t* system_name = StringUtils::Utf8ToWide(name); |
int stat_status = _wstat(system_name, &st); |