summaryrefslogtreecommitdiffstats
path: root/base/file_util.h
Commit message (Expand)AuthorAgeFilesLines
* Re-try r29078: Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-8/+0
* Remove file_util::TrimTrailingSeparators(), which is deprecated andtkent@chromium.org2009-10-151-5/+0
* Revert wstring patch (r29078 and follow up commits). It is causing failures o...estade@chromium.org2009-10-151-0/+8
* Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-8/+0
* Revert "Remove deprecated AbsolutePath function."evan@chromium.org2009-10-091-0/+2
* Remove deprecated AbsolutePath function.evan@chromium.org2009-10-091-2/+0
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-18/+1
* Linux: print page to file rather than using shared memory to send it to the b...estade@chromium.org2009-09-161-0/+4
* Removes deprecated version of PathIsWritable which is no longer called by any...erikkay@chromium.org2009-09-111-2/+0
* Remove uses of deprecated version of FileUtil::ResolveShortcut.evan@chromium.org2009-08-251-4/+3
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-9/+4
* Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB).thestig@chromium.org2009-08-061-5/+21
* Adding last modified time to file_utilbrettw@chromium.org2009-07-241-0/+4
* Use platform-appropriate newlines in JSON output.mark@chromium.org2009-06-261-0/+4
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-1/+6
* Move PathComponents from file_util to FilePath, add FilePath::IsParent()rafaelw@chromium.org2009-06-241-4/+0
* Include a parent directory link in the file list for file:///somepathyuzo@chromium.org2009-06-091-3/+12
* Reorder fts(3) includes per the man page, as fts.h uses sys/types.h. On linux...evan@chromium.org2009-06-031-2/+3
* Removes the following deprecated functions:ojan@chromium.org2009-06-031-11/+0
* Hook up more of extension uninstall.aa@chromium.org2009-05-211-1/+1
* Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-211-1/+1
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-1/+1
* TBR: Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-201-1/+1
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-1/+1
* Add file_util::ReplaceFile and use it in ImportantFileWriter.phajdan.jr@chromium.org2009-05-191-0/+7
* Revert "Add file_util::ReplaceFile and use it in ImportantFileWriter."phajdan.jr@chromium.org2009-05-181-7/+0
* Add file_util::ReplaceFile and use it in ImportantFileWriter.phajdan.jr@chromium.org2009-05-181-0/+7
* Add support for almost-recursive watches in Linux DirectoryWatcherphajdan.jr@chromium.org2009-05-141-0/+6
* posix: directories should only be readable by the user.evan@chromium.org2009-05-121-1/+1
* ImportantFileWriterphajdan.jr@chromium.org2009-04-281-0/+3
* POSIX: Make --user-data-dir work when it doesn't exist.agl@chromium.org2009-04-271-1/+1
* Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv...thestig@chromium.org2009-04-241-3/+0
* Protect RandUint64 against EINTR.phajdan.jr@chromium.org2009-04-231-0/+7
* Reverting 14152.thestig@chromium.org2009-04-211-0/+5
* Stop using and remove deprecated file_util::TrimTrailingSeparator().thestig@chromium.org2009-04-211-5/+0
* Stop using and remove deprecated file_util::TrimFilename().thestig@chromium.org2009-04-211-5/+0
* Implement file_util::CountFilesCreatedAfter() for posix environments.evan@chromium.org2009-04-211-3/+6
* Retrial of the first step to port file_util::CountFilesCreatedAfter()erikkay@google.com2009-04-181-4/+7
* Reverting 13748.erikkay@google.com2009-04-151-7/+4
* Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaj...erikkay@google.com2009-04-151-4/+7
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-0/+2
* Implement DownloadFile::Rename() for posix. Downloads work on linux!estade@chromium.org2009-03-131-1/+3
* file_util::Move fails on Windows if moving a directoryhuanr@chromium.org2009-03-111-0/+6
* Properly honor base::SharedMemory semantics for name="" to meanjrg@chromium.org2009-02-041-0/+12
* Safe browsing cleanup:estade@chromium.org2009-01-281-0/+4
* Add FilePath version of ReadFileToString.erikkay@google.com2009-01-281-0/+2
* Roll forward 8722,8721jeremy@chromium.org2009-01-271-0/+17
* Reverting 8722,8721.maruel@chromium.org2009-01-271-17/+0
* First step of porting VisitedLinkMaster to POSIX:jeremy@chromium.org2009-01-271-0/+17
* Move Contains() method to file_utils, stop relying on in extensions_protocolaa@chromium.org2009-01-091-4/+3