Home
last modified time | relevance | path

Searched refs:create_user_config_path (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Dinstalld.h150 int create_user_config_path(char path[PKG_PATH_MAX], userid_t userid);
Dutils.c156 int create_user_config_path(char path[PATH_MAX], userid_t userid) { in create_user_config_path() function
1124 create_user_config_path(config_user_path, userid); in ensure_config_user_dirs()
Dcommands.c295 if ((create_user_config_path(config_path, userid) != 0) in delete_user()