summaryrefslogtreecommitdiffstats
path: root/libcutils/fs.c
Commit message (Expand)AuthorAgeFilesLines
* Add mode bits to a call to open with O_CREATGeorge Burgess IV2017-01-251-1/+1
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-111-1/+1
* system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-201-0/+1
* libcutils: Replace cutils/log.h with android/log.hMark Salyzyn2016-09-301-9/+9
* Add utility to prepare files in a similar way to directoriesCalin Juravle2016-05-241-9/+24
* Be strict, but not that strict.Jeff Sharkey2016-01-141-3/+12
* Offer a stricter way to prepare directories.Jeff Sharkey2016-01-121-2/+14
* fs_mkdirs: use O_NOFOLLOW and O_CLOEXECNick Kralevich2014-06-161-1/+1
* Fix Mac builds, for realz.Jeff Sharkey2013-09-201-0/+4
* Remove mkdir() side effect, add .nomedia, utils.Jeff Sharkey2013-09-201-0/+90
* fs.c: Fix implicit declaration of function 'mkstemp'Nick Kralevich2012-10-151-0/+1
* Allow mkdir() race to succeed.Jeff Sharkey2012-09-251-2/+4
* Wrap more system calls in TEMP_FAILURE_RETRY.Jeff Sharkey2012-09-131-4/+4
* Wrap system calls in TEMP_FAILURE_RETRY.Jeff Sharkey2012-09-131-6/+8
* File-system utilities for installd and zygote.Jeff Sharkey2012-08-301-0/+138