summaryrefslogtreecommitdiffstats
path: root/base/file_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-271-308/+297
* Fix chrome upload with content uriqinmin@chromium.org2013-11-201-0/+50
* Revert 235752 "Fix chrome upload with content uri"qinmin@chromium.org2013-11-181-50/+0
* Fix chrome upload with content uriqinmin@chromium.org2013-11-181-0/+50
* Clean up a few unused globals.thakis@chromium.org2013-09-251-102/+0
* Base: FileEnumerator should not follow reparse points.rvargas@chromium.org2013-08-141-95/+140
* Revert 215407 "Base: FileEnumerator should not follow reparse po..."rvargas@google.com2013-08-031-135/+95
* Base: FileEnumerator should not follow reparse points.rvargas@chromium.org2013-08-021-95/+135
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-27/+27
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-37/+35
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-181/+181
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-13/+14
* Clean up ASSERT/EXPECT in file_util_unittest.cc.gavinp@chromium.org2013-07-031-18/+15
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-7/+7
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-27/+27
* Move ComputeDirectorySize to the base namespace.brettw@chromium.org2013-06-221-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-22/+20
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-20/+22
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-22/+20
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-44/+0
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-7/+6
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-6/+7
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-7/+6
* base: Consolidate all test data directories under base/test/data.tfarina@chromium.org2013-04-071-8/+4
* Minor file_util cleanup.brettw@chromium.org2013-04-031-29/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-0/+2
* Add path traversal protection to Move and CopyFile too.cevans@chromium.org2013-02-061-3/+15
* Fix creating target paths in file_util_posix CopyDirectory.aedla@chromium.org2013-01-301-0/+37
* Remove GetFileCreationLocalTime. It is unused.brettw@chromium.org2013-01-241-35/+0
* Revert 176659joaodasilva@chromium.org2013-01-141-37/+0
* Fix creating target paths in file_util_posix CopyDirectory.aedla@chromium.org2013-01-141-0/+37
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* [Win] Don't call GetLongPathName() in CreateTemporaryFileInDir().asanka@chromium.org2012-11-121-0/+51
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-121-69/+0
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-111-0/+69
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-101-69/+0
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-11/+6
* Remove packaged app Windows shortcuts when app is uninstalled.benwells@chromium.org2012-08-101-3/+7
* Add the methods to change and get a posix file permission to file_util. yoshiki@chromium.org2012-07-111-25/+166
* Fix a bug in file_util::Delete() where symlinks are not handled rightyoshiki@chromium.org2012-06-301-0/+42
* AppendToFile implementation.loislo@chromium.org2012-04-291-0/+28
* Win 8 Start Menu shortcut changesgab@chromium.org2012-04-061-4/+5
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-2/+2
* Cleanup: Remove deprecated version of file_util::AppendToPath().thestig@chromium.org2012-03-131-16/+0
* Cleanup: Deprecate wstring version of file_util::CopyDirectory().thestig@chromium.org2012-03-031-19/+7
* Fix the CountFilesCreatedAfter test.gbillock@chromium.org2012-02-171-27/+16
* Flakiness cleanup: disable flaky tests under base/evan@chromium.org2012-02-141-1/+1
* Match whole path components in DevicePathToDriveLetterPath(). Add tests.skerner@chromium.org2012-01-171-1/+71