OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_user_path
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/cmds/installd/tests/
installd_utils_test.cpp
389
EXPECT_EQ(0,
create_user_path
(path, 0))
399
EXPECT_EQ(0,
create_user_path
(path, 1))
/frameworks/native/cmds/installd/
installd.h
145
int
create_user_path
(char path[PKG_PATH_MAX],
commands.c
283
if ((
create_user_path
(data_path, userid) != 0)
356
if (
create_user_path
(tmpdir, 0) == 0) {
[
all
...]
utils.c
105
int
create_user_path
(char path[PKG_PATH_MAX],
function
[
all
...]
Completed in 2560 milliseconds