summaryrefslogtreecommitdiffstats
path: root/base/file_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-162/+11
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Make base:ReplaceFile return an informative error.dgrogan@chromium.org2013-05-081-2/+8
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-13/+165
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-165/+13
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-14/+19
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+1
* Really fix build after r193020.dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+2
* When creating app shortcuts on the mac, suffix them with (1) if the shortcut ...jeremya@chromium.org2013-04-041-0/+17
* Minor file_util cleanup.brettw@chromium.org2013-04-031-53/+0
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-40/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Truncate the download file name if it exceeds the filesystem limit.kinaba@chromium.org2013-02-211-0/+5
* Make base compile with no "using base::FilePath".brettw@chromium.org2013-02-161-0/+2
* Revert 182032brettw@chromium.org2013-02-121-2/+0
* Make base compile with no "using base::FilePath".brettw@chromium.org2013-02-121-0/+2
* Move sys_string_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* Add path traversal protection to Move and CopyFile too.cevans@chromium.org2013-02-061-2/+2
* Fix creating target paths in file_util_posix CopyDirectory.aedla@chromium.org2013-01-301-8/+8
* Remove GetFileCreationLocalTime. It is unused.brettw@chromium.org2013-01-241-28/+0
* Revert 176659joaodasilva@chromium.org2013-01-141-8/+8
* Fix creating target paths in file_util_posix CopyDirectory.aedla@chromium.org2013-01-141-8/+8
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Remove FileEnumerator::IsLinktzik@chromium.org2012-09-121-5/+0
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-10/+7
* Add OS_CHROMEOS case in file_util::GetHomeDir()haruki@chromium.org2012-08-061-0/+9
* Fix #endif comments for iOS exclusions in base/file_util*stuartmorgan@chromium.org2012-07-241-1/+1
* Prettify output from chrome.fileSystem.getDisplayPath for POSIX profile direc...thorogood@chromium.org2012-07-231-1/+1
* Update #if guards in base/ that control whether to use stat or stat64 (and fr...rsesek@chromium.org2012-07-191-2/+1
* Add the methods to change and get a posix file permission to file_util. yoshiki@chromium.org2012-07-111-0/+34
* Get file_util and platform_file building on iOSstuartmorgan@chromium.org2012-07-091-1/+1
* Do not use grp.h on iOS.qsr@chromium.org2012-07-091-2/+5
* Fix a bug in file_util::Delete() where symlinks are not handled rightyoshiki@chromium.org2012-06-301-3/+3
* Fix temp dir path for Android.nileshagrawal@chromium.org2012-05-171-1/+2
* AppendToFile implementation.loislo@chromium.org2012-04-291-0/+12
* Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator.tzik@chromium.org2012-03-101-1/+7
* Coverity fix NEGATIVE_RETURNS.scr@chromium.org2011-12-221-1/+4