summaryrefslogtreecommitdiffstats
path: root/base/file_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Move and rename FdopenPlatformFile to file_utilrvargas@chromium.org2014-06-101-0/+10
* [cros] Remove NOTREACHED() in GetHomeDir() since there will be callers that a...nkostylev@chromium.org2014-06-031-3/+2
* Update default WriteFile permissions to 0640aurimas@chromium.org2014-06-031-1/+1
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-271-2/+6
* Revert 270872 "Move all callers of GetHomeDir() to PathService::..."benwells@chromium.org2014-05-161-6/+2
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-161-2/+6
* Cleanup random bits of base/.thestig@chromium.org2014-04-291-2/+2
* base::ReadFile() should return the number of read bytes on Windows.fukino@chromium.org2014-04-181-8/+8
* Base: Make file_util and file use the same code to translate from stat to Fil...rvargas@chromium.org2014-04-051-20/+5
* net: Update FileStream to use base::File instead of PlatformFile.rvargas@chromium.org2014-03-211-12/+5
* Remove CreateAndOpenTemporaryShmemFile().viettrungluu@chromium.org2014-03-201-12/+3
* Make the shmem-specific functions in file_util.h POSIX-only.viettrungluu@chromium.org2014-03-201-27/+27
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-171-8/+8
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-151-8/+8
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-8/+8
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-141-8/+8
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-8/+8
* Move more file_util functions to base namespace.brettw@chromium.org2014-03-131-42/+3
* Move AppendFile and *CurrentDirectory to the base namespace.brettw@chromium.org2014-03-111-33/+33
* Add support for FreeBSD in base/ , base/process/ , and base/threading so that...r.c.ladan@gmail.com2014-03-111-1/+1
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-28/+28
* Add support for GetHomeDir for Mac and Windows.brettw@chromium.org2014-02-191-4/+7
* Make CopyDirectory() not copy the read only bit on Windows by reimplementing it.maruel@chromium.org2014-02-051-7/+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-32/+21
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-21/+32
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-32/+21
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-46/+46
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-17/+16
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-21/+20
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-22/+22
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-9/+9
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-109/+110
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-271-20/+19
* Fix chrome upload with content uriqinmin@chromium.org2013-11-201-2/+27
* Support use_glib==0 on Linux in basespang@chromium.org2013-11-201-2/+2
* Revert 235752 "Fix chrome upload with content uri"qinmin@chromium.org2013-11-181-27/+2
* Fix chrome upload with content uriqinmin@chromium.org2013-11-181-2/+27
* base: Remove call to g_get_home_dir() from GetHomeDir() for Chrome OSsatorux@chromium.org2013-11-071-3/+3
* Move IsRunningOnChromeOS to SysInfostevenjb@chromium.org2013-09-271-5/+2
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-3/+3
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-13/+14
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-6/+6
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-91/+100
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-41/+42
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-27/+34
* Use a direct include of time headers in base/, part 1.avi@chromium.org2013-06-281-1/+1
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-111-2/+2
* Make CreateDirectory return an error code instead of just a bool.dgrogan@chromium.org2013-06-111-2/+7
* Provide nanoseconds precision for base::PlatformFileInfo on POSIXapavlov@chromium.org2013-06-101-0/+10