OSDN Git Service

Fix name of argument
authorDavid Brazdil <dbrazdil@google.com>
Tue, 8 Mar 2016 16:11:59 +0000 (16:11 +0000)
committerDavid Brazdil <dbrazdil@google.com>
Tue, 8 Mar 2016 16:13:16 +0000 (16:13 +0000)
Follow-up to change I92cc374b5b6d95ca7755e08b95a9bc9060df2178.

Change-Id: I62cc634ee456c6789b48ab8d8542dffa87f4cc72

cmds/installd/commands.h

index d28f6fd..b473e3e 100644 (file)
@@ -56,7 +56,7 @@ int linklib(const char* uuid, const char* pkgname, const char* asecLibDir, int u
 int idmap(const char *target_path, const char *overlay_path, uid_t uid);
 int create_oat_dir(const char* oat_dir, const char *instruction_set);
 int rm_package_dir(const char* apk_path);
-int rm_profiles(const char* apk_path);
+int rm_profiles(const char* pkgname);
 int link_file(const char *relative_path, const char *from_base, const char *to_base);
 
 // Move a B version over to the A location. Only works for oat_dir != nullptr.