summaryrefslogtreecommitdiffstats
path: root/base/file_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-2596/+0
* Move the rest of test_file_util to base namespace.brettw@chromium.org2014-08-071-3/+3
* Move and rename FdopenPlatformFile to file_utilrvargas@chromium.org2014-06-101-0/+15
* Make DeleteFile succeed on Windows 7 even if the path contains a nonexistentericu@chromium.org2014-05-221-0/+11
* Fix EXPECT_EQ() parameter order in file_util_unittest.cc.tnagel@chromium.org2014-05-051-28/+27
* Make base::ReadFileToString() return false on I/O error.tnagel@chromium.org2014-05-011-3/+13
* base::ReadFile() should return the number of read bytes on Windows.fukino@chromium.org2014-04-181-0/+46
* net: Update FileStream to use base::File instead of PlatformFile.rvargas@chromium.org2014-03-211-5/+5
* Make the shmem-specific functions in file_util.h POSIX-only.viettrungluu@chromium.org2014-03-201-0/+2
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-171-4/+5
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-151-5/+4
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-4/+5
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-141-5/+4
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-4/+5
* Move more file_util functions to base namespace.brettw@chromium.org2014-03-131-57/+57
* Move AppendFile and *CurrentDirectory to the base namespace.brettw@chromium.org2014-03-111-2/+2
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-10/+9
* POSIX: CHECK() that file_util::ScopedFD fulfills promise.jln@chromium.org2014-02-281-0/+43
* Followup to modifications to ReadFileToString functionkaliamoorthi@chromium.org2014-02-271-0/+2
* Add support for GetHomeDir for Mac and Windows.brettw@chromium.org2014-02-191-0/+11
* Added new ReadFileToString API with a max_size argumentkaliamoorthi@chromium.org2014-02-181-0/+45
* Modify CopyFileUnsafe() on OSX to stop copying ACL.maruel@chromium.org2014-02-061-19/+0
* Make CopyDirectory() not copy the read only bit on Windows by reimplementing it.maruel@chromium.org2014-02-051-33/+69
* Fix CopyFileACL on Windows XP.maruel@chromium.org2014-01-151-3/+7
* Make all the files mapped in when running base_unittests read only.maruel@chromium.org2014-01-151-0/+54
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-20/+1
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-70/+70
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-70/+70
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-70/+70
* Move Touch to base namespace, remove SetLastModifiedTime.brettw@chromium.org2013-12-041-2/+2
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-12/+10
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-20/+17
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-58/+58
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-7/+6
* Fix a test failure as GetFileSize() will not set the size if it failsqinmin@chromium.org2013-12-021-2/+1
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-4/+4
* 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