summaryrefslogtreecommitdiffstats
path: root/base/file_util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-111/+3
* Remove file_util::IsDot and ::IsDotDot.brettw@chromium.org2013-04-131-6/+0
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-20/+7
* Document file_util::Delete() a bit better.gavinp@chromium.org2013-04-111-1/+2
* When creating app shortcuts on the mac, suffix them with (1) if the shortcut ...jeremya@chromium.org2013-04-041-0/+7
* Minor file_util cleanup.brettw@chromium.org2013-04-031-25/+0
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-53/+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/+4
* Add path traversal protection to Move and CopyFile too.cevans@chromium.org2013-02-061-0/+12
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-87/+98
* Remove GetFileCreationLocalTime. It is unused.brettw@chromium.org2013-01-241-12/+0
* Don't allow path traversal paths on the base file helperscpu@chromium.org2013-01-091-0/+1
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-121-51/+0
* Remove FileEnumerator::IsLinktzik@chromium.org2012-09-121-1/+0
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-111-0/+51
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-101-51/+0
* Fix indent nit in file_util.hgab@chromium.org2012-08-181-8/+8
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-5/+5
* Remove packaged app Windows shortcuts when app is uninstalled.benwells@chromium.org2012-08-101-4/+10
* Fix #endif comments for iOS exclusions in base/file_util*stuartmorgan@chromium.org2012-07-241-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add the methods to change and get a posix file permission to file_util. yoshiki@chromium.org2012-07-111-1/+29
* Do not use grp.h on iOS.qsr@chromium.org2012-07-091-1/+1
* Refactor CreateOrUpdateChromeShortcuts() for a better public API.gab@chromium.org2012-07-061-2/+4
* Fix a bug in file_util::Delete() where symlinks are not handled rightyoshiki@chromium.org2012-06-301-0/+3
* AppendToFile implementation.loislo@chromium.org2012-04-291-0/+4
* Win 8 Start Menu shortcut changesgab@chromium.org2012-04-061-26/+21
* Cleanup: Remove remaining deprecated file_util functions.thestig@chromium.org2012-03-141-6/+0
* Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator.tzik@chromium.org2012-03-101-0/+1
* Only include base/file_util_deprecated.h on Windows.thestig@chromium.org2012-02-281-0/+2
* Remove PreReadImage from base/file_util.rogerm@chromium.org2012-02-071-10/+0
* 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/+7