Scott Graham
|
7115130043
|
win: Add implementation of ScopedTempDir
Also fix implementation of CreateFile which aborted at runtime
when provided POSIX-style permissions.
R=mark@chromium.org
BUG=crashpad:1
Review URL: https://codereview.chromium.org/837123005
|
2015-01-13 13:51:32 -08:00 |
|
Scott Graham
|
a277e14c9e
|
Fix function name in error message of scoped_temp_dir_test
After https://codereview.chromium.org/826003003/.
R=mark@chromium.org
Review URL: https://codereview.chromium.org/836833003
|
2015-01-08 11:08:32 -08:00 |
|
Scott Graham
|
b0545c2627
|
win: porting for scoped_temp_dir_test
Uses the posix-y CRT functions rather than Win32 API for consistency/similarity
to the POSIX code path as it's localized test code anyway.
R=rsesek@chromium.org
BUG=crashpad:1
Review URL: https://codereview.chromium.org/826003003
|
2015-01-07 16:16:18 -08:00 |
|
Robert Sesek
|
1cdb7c1d04
|
Create ScopedTempDir, implement it on POSIX, and use it where appropriate.
R=mark@chromium.org
TEST=util_test --gtest_filter=ScopedTempDir.*
Review URL: https://codereview.chromium.org/834693002
|
2015-01-02 13:51:47 -05:00 |
|