summaryrefslogtreecommitdiffstats
path: root/base/file_util.cc
Commit message (Expand)AuthorAgeFilesLines
* AbsolutePath should probably also work on non-Windows platforms.evanm@google.com2008-10-311-1/+1
* AbsolutePath should probably actually use its input somewhere.evanm@google.com2008-10-311-1/+1
* Begin the first small step towards using FilePath everywhere:evanm@google.com2008-10-301-9/+59
* Fix another crasher in Spell Checker related to file IO.sidchat@google.com2008-10-211-0/+2
* Cross-platform wrappers for fopen, _wfopen_s, etc.mark@chromium.org2008-10-011-10/+10
* Add file_util::GetFileInfo as a means to provide more information about a filedarin@google.com2008-09-261-0/+8
* Fixes bug in file_util::ReplaceExtension that could chop off pathsky@google.com2008-09-191-5/+27
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Cleanup some comment typos.ericroman@google.com2008-08-181-1/+1
* a few unit tests broke on windows, fix those bugserikkay@google.com2008-08-151-2/+5
* Part two of file_util porting. Almost all of the functionality has been port...erikkay@google.com2008-08-151-5/+35
* To pass string_util_unittest, we need the ICU data file. To get the ICU data...evanm@google.com2008-08-151-1/+0
* * add base_paths_mac.mm to mac porterikkay@google.com2008-08-081-39/+38
* Refactoring file_util into file_util and file_util_win. Also fix windows dep...erikkay@google.com2008-08-061-587/+0
* Add base to the repository.initial.commit2008-07-261-0/+852