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

Issue 22929021: Converge file_util::GetFileInfo and base::GetPlaformFileInfo. (Closed)

Created:
7 years, 4 months ago by gavinp
Modified:
3 years, 7 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org
Visibility:
Public.

Description

Converge file_util::GetFileInfo and base::GetPlaformFileInfo. Previously file_util::GetFileInfo didn't detect symlinks, now fixed, and the high resolution time information in base::GetPlatformFileInfo was unnecessarily verbose. Now fixed. R=darin BUG=None

Patch Set 1 #

Patch Set 2 : win some #

Patch Set 3 : nacl? #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -60 lines) Patch
M base/file_util_posix.cc View 1 chunk +18 lines, -12 lines 0 comments Download
M base/file_util_unittest.cc View 2 chunks +9 lines, -1 line 0 comments Download
M base/file_util_win.cc View 1 2 chunks +11 lines, -6 lines 0 comments Download
M base/platform_file_posix.cc View 1 2 2 chunks +11 lines, -41 lines 1 comment Download
M base/platform_file_win.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
gavinp
Darin, PTAL. I am sure these should be unified even more; however this at least ...
7 years, 4 months ago (2013-08-21 14:19:31 UTC) #1
pasko
7 years, 4 months ago (2013-08-21 14:40:57 UTC) #2
fly by note

https://codereview.chromium.org/22929021/diff/14001/base/platform_file_posix.cc
File base/platform_file_posix.cc (left):

https://codereview.chromium.org/22929021/diff/14001/base/platform_file_posix....
base/platform_file_posix.cc:32: #if defined(OS_BSD) || defined(OS_MACOSX) ||
defined(OS_NACL)
nacl has largefile with so this should be OK, thanks

Powered by Google App Engine
This is Rietveld 408576698