summaryrefslogtreecommitdiffstats
path: root/base/file_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* posix: print error message when mkdtemp fails.evan@chromium.org2010-07-281-1/+3
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-07-011-0/+8
* Revert 51231 - Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-301-9/+1
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-301-1/+9
* Adding sync to be called on ChromeOS after a delete operation has. This ensur...dhg@chromium.org2010-06-111-0/+3
* Return NULL instead of false when appropriate.evan@chromium.org2010-06-101-1/+1
* Changing temporary files on posix to have a . in front so they are hidden on ...dhg@chromium.org2010-06-101-3/+2
* Give the extension unpacker process a junction/symlink free path to the unpac...skerner@chromium.org2010-06-091-4/+25
* Use access instead of stat in PathExists and PathIsWritable.agl@chromium.org2010-05-171-13/+2
* Add include as recommended by the linux man page for realpath().skerner@chromium.org2010-05-121-0/+1
* Use realpath() to find the path to the extension unpack dir on posix systems.skerner@chromium.org2010-05-121-0/+10
* Unpack extensions inside chrome's profile directory.skerner@chromium.org2010-04-301-9/+28
* bsd: refactor XDG bits of linux_util into a shared file.evan@chromium.org2010-04-221-0/+20
* bsd: move POSIXy functions back into file_util_posixevan@chromium.org2010-04-211-0/+62
* posix: stat() uses errno, not its return value, for errorsevan@chromium.org2010-03-251-1/+1
* POSIX: Handle race conditions in file_util::CreateDirectory where multiple pr...thestig@chromium.org2010-03-171-4/+10
* BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUXpvalchev@google.com2010-03-101-1/+1
* Deprecate GetDirectoryFromPath on non-Windows.evan@chromium.org2010-02-231-12/+0
* Solaris: Second set adding in Solaris as an OS optionevan@chromium.org2010-02-181-2/+2
* Actually delete databases in CookiesTreeModel.jochen@chromium.org2010-02-181-1/+9
* Make sure the parent directory always comes first when listing directories.estade@chromium.org2010-02-111-0/+5