diff options
Diffstat (limited to 'cmds/installd/utils.h')
-rw-r--r-- | cmds/installd/utils.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cmds/installd/utils.h b/cmds/installd/utils.h index 416a72679b..9d9a423ac0 100644 --- a/cmds/installd/utils.h +++ b/cmds/installd/utils.h @@ -73,12 +73,13 @@ std::string create_data_app_path(const char* volume_uuid); std::string create_data_app_package_path(const char* volume_uuid, const char* package_name); -// TODO: finish refactoring to "_ce" -std::string create_data_user_path(const char* volume_uuid, userid_t userid); +std::string create_data_user_ce_path(const char* volume_uuid, userid_t userid); std::string create_data_user_de_path(const char* volume_uuid, userid_t userid); -std::string create_data_user_package_path(const char* volume_uuid, +std::string create_data_user_ce_package_path(const char* volume_uuid, userid_t user, const char* package_name); +std::string create_data_user_ce_package_path(const char* volume_uuid, + userid_t user, const char* package_name, ino_t ce_data_inode); std::string create_data_user_de_package_path(const char* volume_uuid, userid_t user, const char* package_name); |