diff options
author | Mark Salyzyn <salyzyn@google.com> | 2015-04-01 11:02:00 -0700 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2015-04-15 16:43:07 -0700 |
commit | 5d9e5efbcdab4a5442e332944765f67eb7005be5 (patch) | |
tree | 1133e734a780e94b79d00bdd150f6196ff817c7e /include | |
parent | 68651148dd06da576068749d33a82b5105d67091 (diff) | |
download | system_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.h | 2 |
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 |