diff options
Diffstat (limited to 'cmds/installd/utils.h')
| -rw-r--r-- | cmds/installd/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/installd/utils.h b/cmds/installd/utils.h index b90caf9915..53910615d9 100644 --- a/cmds/installd/utils.h +++ b/cmds/installd/utils.h @@ -83,6 +83,7 @@ std::string create_current_profile_path( userid_t user, const std::string& package_name, bool is_secondary_dex); std::string create_reference_profile_path( const std::string& package_name, bool is_secondary_dex); +std::string create_snapshot_profile_path(const std::string& package, const std::string& code_path); std::vector<userid_t> get_known_users(const char* volume_uuid); |