summaryrefslogtreecommitdiffstats
path: root/base/file_util.h
Commit message (Expand)AuthorAgeFilesLines
* Move and rename FdopenPlatformFile to file_utilrvargas@chromium.org2014-06-101-0/+4
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-271-0/+1
* Revert 270872 "Move all callers of GetHomeDir() to PathService::..."benwells@chromium.org2014-05-161-1/+0
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-161-0/+1
* Make base::ReadFileToString() return false on I/O error.tnagel@chromium.org2014-05-011-15/+17
* base::ReadFile() should return the number of read bytes on Windows.fukino@chromium.org2014-04-181-3/+3
* Remove CreateAndOpenTemporaryShmemFile().viettrungluu@chromium.org2014-03-201-6/+0
* Make the shmem-specific functions in file_util.h POSIX-only.viettrungluu@chromium.org2014-03-201-15/+15
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-171-26/+0
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-151-0/+26
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-26/+0
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-141-0/+26
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-26/+0
* Move more file_util functions to base namespace.brettw@chromium.org2014-03-131-36/+28
* Move AppendFile and *CurrentDirectory to the base namespace.brettw@chromium.org2014-03-111-9/+9
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-7/+9
* POSIX: CHECK() that file_util::ScopedFD fulfills promise.jln@chromium.org2014-02-281-2/+10
* Followup to modifications to ReadFileToString functionkaliamoorthi@chromium.org2014-02-271-13/+12
* Add support for GetHomeDir for Mac and Windows.brettw@chromium.org2014-02-191-7/+3
* Added new ReadFileToString API with a max_size argumentkaliamoorthi@chromium.org2014-02-181-2/+16
* Convert scoped_ptr_malloc -> scoped_ptr, part 1.viettrungluu@chromium.org2014-02-161-10/+12
* Modify CopyFileUnsafe() on OSX to stop copying ACL.maruel@chromium.org2014-02-061-2/+2
* Make CopyDirectory() not copy the read only bit on Windows by reimplementing it.maruel@chromium.org2014-02-051-0/+6
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-5/+5
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-12/+7
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-7/+12
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-12/+7
* Move Touch to base namespace, remove SetLastModifiedTime.brettw@chromium.org2013-12-041-9/+5
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-13/+12
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-9/+8
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-9/+9
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-20/+20
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+1
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-14/+30
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-271-15/+14
* Remove file_util debugging cruft from crbug.com/108724robertshield@chromium.org2013-10-101-2/+0
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-8/+7
* Fix some typo in base::file_util.h comments.etienneb@chromium.org2013-08-041-4/+4
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-2/+2
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-12/+12
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-4/+4
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-29/+36
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-17/+12
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-5/+7
* Move ComputeDirectorySize to the base namespace.brettw@chromium.org2013-06-221-10/+11
* 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-0/+6
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-111/+3
* Make base:ReplaceFile return an informative error.dgrogan@chromium.org2013-05-081-1/+7
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-3/+111