summaryrefslogtreecommitdiffstats
path: root/base/file_util_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Initialize RelayWrite member.finnur@chromium.org2011-03-151-2/+3
* Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. darin@chromium.org2011-02-041-16/+15
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-41/+41
* Moving Entry from base::file_util_proxy namespace to within class base::FileU...kkanetkar@chromium.org2010-11-021-3/+3
* Rename FileUtilProxy::Create to EnsureFileExistskinuko@chromium.org2010-10-151-23/+61
* Return NOT_FOUND error for an attempt to create a file under nonexistent dire...kinuko@chromium.org2010-10-121-0/+5
* Make sure we close the file_handle when we create (but not open) a new filekinuko@chromium.org2010-10-111-1/+22
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-071-57/+68
* Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...kinuko@chromium.org2010-10-061-68/+57
* Second try for support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-061-57/+68
* Revert 61480 - Support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-051-68/+57
* Marks Test{Move,Copy}FailureContainsPath FAILS on Windows, also makes a fix a...kinuko@chromium.org2010-10-051-1/+1
* Support removeRecursively and new copy/move behaviors added to the spec recen...kinuko@chromium.org2010-10-051-57/+68
* Second try at submitting 61462.ericu@google.com2010-10-051-7/+50
* Revert 61462 - Add truncate and cancel for FileWriter; write and more tests w...ericu@google.com2010-10-051-50/+7
* Add truncate and cancel for FileWriter; write and more tests will come in lat...ericu@google.com2010-10-051-7/+50
* file_util_proxy: fix a typo that caused us to ignore a path.evan@chromium.org2010-09-241-1/+1
* Adding a FileUtilProxy::TouchFile() method that takes a FilePath as andumi@chromium.org2010-09-241-0/+37
* Adding some functions that operate on file handles.dumi@chromium.org2010-09-101-0/+230
* Revert 59007 - Adding some utility functions that work on file handles, and a...dumi@chromium.org2010-09-091-230/+0
* Adding some utility functions that work on file handles, and addingdumi@chromium.org2010-09-091-0/+230
* Add recursive flag to file_util_proxy::CreateDirectory.kinuko@chromium.org2010-09-081-3/+7
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-1/+1
* Change file_util_proxy::Entry::isDirectory to is_directory.kinuko@chromium.org2010-09-021-1/+1
* Changes for browser-side implementation for file api.kkanetkar@chromium.org2010-09-021-10/+239
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-16/+17
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-311-0/+38
* Change the FileUtilProxy callbacks to report error codes instead of booleans.dumi@chromium.org2010-08-241-28/+43
* Moving file_system_proxy to base/ and changing it to work with MessageLoopPro...dumi@chromium.org2010-08-201-0/+245