summaryrefslogtreecommitdiffstats
path: root/base/file_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adaptively use temp dir instead of /dev/shm for executable shmem file on Linuxmcgrathr@chromium.org2011-12-061-8/+45
* define OS_BSD on *BSD and replace the ifdefs to use thatrobert.nagy@gmail.com2011-11-151-7/+6
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-31/+31
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-31/+31
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-31/+31
* OpenBSD patches for base and build, part 2robert.nagy@gmail.com2011-10-241-0/+4
* Update write checks for external extension file on mac.skerner@chromium.org2011-10-171-13/+24
* Add external extensions json source in proper mac location.skerner@google.com2011-09-221-13/+121
* base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.tfarina@chromium.org2011-08-151-6/+6
* Adding FileUtilProxy::Entry::{size,last_modified_time},tzik@chromium.org2011-07-191-0/+10
* Upstream android file related code.michaelbai@google.com2011-06-211-3/+17
* Disallow links from being seen by the extensions via the fileapi.rkc@chromium.org2011-05-311-0/+15
* Use the real Mac browser app's bundle identifier everywhere that a basemark@chromium.org2011-04-221-4/+11
* GTTF: Correctly handle fdopen failure in CreateAndOpenTemporaryFileInDirphajdan.jr@chromium.org2011-04-181-1/+4
* Fix clang build after landing http://codereview.chromium.org/6820030phajdan.jr@chromium.org2011-04-121-3/+3
* Fix problems in src/base:phajdan.jr@chromium.org2011-04-121-10/+14