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

Issue 337033: FilePath::Append() doesn't allow you to append a fully-qualified... (Closed)

Created:
11 years, 1 month ago by Mike Belshe
Modified:
9 years, 5 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review), pam+watch_chromium.org, yezhang_google.com
Visibility:
Public.

Description

FilePath::Append() doesn't allow you to append a fully-qualified path (like "C:\foo\bar"). The current code was attempting to append "c:\foo\bar" to "\\?\" for long filename support. Reworked so that this could work. I feel back about using the ToWStringHack() function, but there is literally no other choice. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30206

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M net/tools/dump_cache/cache_dumper.cc View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Mike Belshe
11 years, 1 month ago (2009-10-26 22:49:39 UTC) #1
Mike Belshe
11 years, 1 month ago (2009-10-26 22:55:48 UTC) #2
rvargas (doing something else)
11 years, 1 month ago (2009-10-26 22:59:30 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698