diff options
author | Robin Lee <rgl@google.com> | 2014-10-15 23:57:04 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-15 23:57:04 +0000 |
commit | 664a72d3ac5e4389041e3a59ff243a5583a4b823 (patch) | |
tree | 9542bafd2f5a05659485afc6b6cb4a79ce935398 /cmds/installd/installd.h | |
parent | 27b780b517eb18582f978da64febb31ecfa8e4bf (diff) | |
parent | 91c395f6c344682f1ae5926766d4d7247dee6df4 (diff) | |
download | frameworks_native-664a72d3ac5e4389041e3a59ff243a5583a4b823.zip frameworks_native-664a72d3ac5e4389041e3a59ff243a5583a4b823.tar.gz frameworks_native-664a72d3ac5e4389041e3a59ff243a5583a4b823.tar.bz2 |
am 91c395f6: am 60fd3fee: Migrate CA certificates to all users
* commit '91c395f6c344682f1ae5926766d4d7247dee6df4':
Migrate CA certificates to all users
Diffstat (limited to 'cmds/installd/installd.h')
-rw-r--r-- | cmds/installd/installd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/installd/installd.h b/cmds/installd/installd.h index a5cad45..36c3e8c 100644 --- a/cmds/installd/installd.h +++ b/cmds/installd/installd.h @@ -165,6 +165,8 @@ int delete_dir_contents(const char *pathname, int delete_dir_contents_fd(int dfd, const char *name); +int copy_dir_files(const char *srcname, const char *dstname, uid_t owner, gid_t group); + int lookup_media_dir(char basepath[PATH_MAX], const char *dir); int64_t data_disk_free(); |