summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-04-16 00:32:33 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-16 00:32:33 +0000
commit233b4974df9333b022c059da48821948617874ae (patch)
treeee68521cb2e6aaa3525c70a62a255ee2c9ec1879 /include
parenteb24a1c288fe94dfc62aa4f74fd8861ad16dabd6 (diff)
parentc130d96e9cf786d17196a400a07fb4e6e221a07c (diff)
downloadsystem_core-233b4974df9333b022c059da48821948617874ae.zip
system_core-233b4974df9333b022c059da48821948617874ae.tar.gz
system_core-233b4974df9333b022c059da48821948617874ae.tar.bz2
am c130d96e: am e1b87e1a: am 48257704: Merge "libcutils: add fs_config_generate"
* commit 'c130d96e9cf786d17196a400a07fb4e6e221a07c': libcutils: add fs_config_generate
Diffstat (limited to 'include')
-rw-r--r--include/private/android_filesystem_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index fed81f8..02fe2b5 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -215,6 +215,8 @@ __BEGIN_DECLS
void fs_config(const char *path, int dir,
unsigned *uid, unsigned *gid, unsigned *mode, uint64_t *capabilities);
+ssize_t fs_config_generate(char *buffer, size_t length, const struct fs_path_config *pc);
+
__END_DECLS
#endif