summaryrefslogtreecommitdiffstats
path: root/base/file_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-20/+20
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Start using file_util symlink code, now that it's available.gspencer@chromium.org2010-12-031-2/+3
* Some additions to support symlinks better on platforms that support them.gspencer@chromium.org2010-11-301-0/+23
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-2/+1
* Original change: http://codereview.chromium.org/4856003/bulach@chromium.org2010-11-171-2/+2
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-0/+35
* Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from...isherman@chromium.org2010-10-231-35/+0
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-0/+35
* Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO"evan@chromium.org2010-10-221-35/+0
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-221-0/+35
* Un-recursify FileEnumerator::Next().dumi@chromium.org2010-10-141-4/+2
* Removing sync from file_util::Delete for ChromeOS.gspencer@chromium.org2010-10-121-3/+0
* Add a TouchFile() function that takes a FilePath argument.dumi@chromium.org2010-09-231-7/+0
* Revert "Add a TouchFile function that operates on FilePaths + fixing a bug"maruel@chromium.org2010-09-231-0/+7
* Add a TouchFile function that operates on FilePaths + fixing a bugdumi@chromium.org2010-09-231-7/+0
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-1/+3
* Remove some debug switches:skerner@chromium.org2010-07-301-8/+0