summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-04-01 11:02:00 -0700
committerMark Salyzyn <salyzyn@google.com>2015-04-15 16:43:07 -0700
commit5d9e5efbcdab4a5442e332944765f67eb7005be5 (patch)
tree1133e734a780e94b79d00bdd150f6196ff817c7e /include
parent68651148dd06da576068749d33a82b5105d67091 (diff)
downloadsystem_core-5d9e5efbcdab4a5442e332944765f67eb7005be5.zip
system_core-5d9e5efbcdab4a5442e332944765f67eb7005be5.tar.gz
system_core-5d9e5efbcdab4a5442e332944765f67eb7005be5.tar.bz2
libcutils: add fs_config_generate
Bug: 19908228 Change-Id: Icb0e189a86758bb779b9bdf7c0d92216d297869f
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