summaryrefslogtreecommitdiffstats
path: root/base/file_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove file_util::kPathSeparator from posix.estade@chromium.org2008-11-271-0/+58
* Added CreateTemporaryFileName that takes a FilePath argument.estade@chromium.org2008-11-111-2/+2
* Begin the first small step towards using FilePath everywhere:evanm@google.com2008-10-301-172/+162
* Fix FileEnumerator (win) for non-recursive, directory-only enumerations.tim@chromium.org2008-10-161-0/+8
* Fixes bug in file_util::ReplaceExtension that could chop off pathsky@google.com2008-09-191-0/+12
* Implement CopyDirectory() for the POSIX branch of file_util.evanm@google.com2008-09-181-3/+0
* CreateDirectory() should check if an existing path is actually a directory be...mmoss@google.com2008-09-111-12/+43
* Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed outmark@chromium.org2008-09-101-2/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Create a gtest test fixture subclass that allows for platform specific setup ...erikkay@google.com2008-08-201-3/+10
* Cleanup some comment typos.ericroman@google.com2008-08-181-1/+1
* sigherikkay@google.com2008-08-151-1/+3
* one more try before reverterikkay@google.com2008-08-151-14/+14
* Part two of file_util porting. Almost all of the functionality has been port...erikkay@google.com2008-08-151-59/+188
* Add base to the repository.initial.commit2008-07-261-0/+777