summaryrefslogtreecommitdiffstats
path: root/base/file_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove file_util debugging cruft from crbug.com/108724robertshield@chromium.org2013-10-101-2/+0
* Clean up a few unused globals.thakis@chromium.org2013-09-251-3/+0
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-13/+13
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-11/+11
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-7/+7
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-31/+6
* Move ComputeDirectorySize to the base namespace.brettw@chromium.org2013-06-221-12/+20
* 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-0/+4
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-24/+5
* 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-0/+5
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-5/+24
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-24/+5
* Remove file_util::IsDot and ::IsDotDot.brettw@chromium.org2013-04-131-9/+3
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-49/+0
* Minor file_util cleanup.brettw@chromium.org2013-04-031-18/+0
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-301-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+2
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-50/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-2/+2
* 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
* Add path traversal protection to Move and CopyFile too.cevans@chromium.org2013-02-061-0/+12
* Don't allow path traversal paths on the base file helperscpu@chromium.org2013-01-091-0/+2
* On Windows, current implementation fails touching directories because it cann...nhiroki@chromium.org2012-11-011-5/+10
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-2/+1
* Cleanup: Remove remaining deprecated file_util functions.thestig@chromium.org2012-03-141-14/+0
* Cleanup: Remove deprecated version of file_util::AppendToPath().thestig@chromium.org2012-03-131-11/+0
* Cleanup: Deprecate wstring version of file_util::CopyDirectory().thestig@chromium.org2012-03-031-16/+1
* Add some more desperate logging attempting to understand crasher.aa@chromium.org2012-02-051-0/+2
* Move common file path related methods between chrome & content to file_util. ...jam@chromium.org2012-01-311-0/+29
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-1/+1
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-1/+1
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-1/+1
* base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.tfarina@chromium.org2011-08-151-1/+1
* base: Get rid of a deprecated version of file_util::GetFileExtensionFromPath().tfarina@chromium.org2011-08-041-13/+5
* Make MemoryMappedFile::IsValid consttommi@chromium.org2011-02-231-1/+1
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-10/+10
* base: Remove deprecated file_util::GetFilenameFromPath function.tfarina@chromium.org2011-01-061-6/+0
* Remove deprecated AbsolutePath.tfarina@chromium.org2010-12-171-8/+0
* file_util: don't compile any of the deprecated functions on non-Windowsevan@chromium.org2010-10-131-7/+2
* Add a TouchFile() function that takes a FilePath argument.dumi@chromium.org2010-09-231-0/+22
* Revert "Add a TouchFile function that operates on FilePaths + fixing a bug"maruel@chromium.org2010-09-231-22/+0
* Add a TouchFile function that operates on FilePaths + fixing a bugdumi@chromium.org2010-09-231-0/+22
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-1/+1
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-3/+3
* Remove deprecated version of file_util::ReadFileToString function.tfarina@chromium.org2010-08-311-4/+0
* file_util: Get rid of the deprecated UpOneDirectory function.tfarina@chromium.org2010-07-231-8/+0