Home
last modified time | relevance | path

Searched refs:create_user_path (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp389 EXPECT_EQ(0, create_user_path(path, 0)) in TEST_F()
399 EXPECT_EQ(0, create_user_path(path, 1)) in TEST_F()
/frameworks/native/cmds/installd/
Dinstalld.h145 int create_user_path(char path[PKG_PATH_MAX],
Dcommands.c283 if ((create_user_path(data_path, userid) != 0) in delete_user()
356 if (create_user_path(tmpdir, 0) == 0) { in free_cache()
Dutils.c105 int create_user_path(char path[PKG_PATH_MAX], in create_user_path() function