summaryrefslogtreecommitdiffstats
path: root/base/file_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Make all the files mapped in when running base_unittests read only.maruel@chromium.org2014-01-151-2/+18
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-9/+9
* Revert "Log more info in file_util::WriteFile for debugging."phajdan.jr@chromium.org2013-12-181-7/+6
* Log more info in file_util::WriteFile for debugging.phajdan.jr@chromium.org2013-12-181-6/+7
* Remove IO allowed assert in GetTempDir()joaoe@opera.com2013-12-091-2/+0
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-18/+18
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-18/+18
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-18/+18
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-113/+113
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-12/+12
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-17/+17
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-22/+22
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-12/+12
* Remove file_util debugging cruft from crbug.com/108724robertshield@chromium.org2013-10-101-6/+0
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-4/+4
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-13/+14
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-6/+6
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-111/+117
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-16/+18
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-18/+18
* Use a direct include of time headers in base/, part 1.avi@chromium.org2013-06-281-1/+1
* Always set *error when CreateDirectoryAndGetError fails.dgrogan@chromium.org2013-06-251-0/+9
* Move ComputeDirectorySize to the base namespace.brettw@chromium.org2013-06-221-0/+1
* Currently, the temporary directory name is generated by rand(), which was see...tommycli@chromium.org2013-06-171-2/+2
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-111-1/+1
* Make CreateDirectory return an error code instead of just a bool.dgrogan@chromium.org2013-06-111-2/+5
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-133/+0
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Make base:ReplaceFile return an informative error.dgrogan@chromium.org2013-05-081-1/+5
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-0/+133
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-133/+0
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-9/+12
* Minor file_util cleanup.brettw@chromium.org2013-04-031-39/+0
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-76/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Truncate the download file name if it exceeds the filesystem limit.kinaba@chromium.org2013-02-211-0/+25
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-181-0/+2
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* Add path traversal protection to Move and CopyFile too.cevans@chromium.org2013-02-061-2/+2
* Fix creating target paths in file_util_posix CopyDirectory.aedla@chromium.org2013-01-301-4/+8
* Use LOG_GETLASTERROR in more cases in base/mseaborn@chromium.org2013-01-281-8/+8
* Remove GetFileCreationLocalTime. It is unused.brettw@chromium.org2013-01-241-26/+0
* [Win] Don't call GetLongPathName() in CreateTemporaryFileInDir().asanka@chromium.org2012-11-121-7/+9
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-121-155/+0
* Remove FileEnumerator::IsLinktzik@chromium.org2012-09-121-5/+0
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-111-0/+155
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-101-155/+0
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-2/+2