HomeSort by relevance Sort by last modified time
    Searched refs:create_persona_path (Results 1 - 4 of 4) sorted by null

  /frameworks/native/cmds/installd/
installd.h 143 int create_persona_path(char path[PKG_PATH_MAX],
commands.c 268 if (create_persona_path(data_path, persona)) {
322 if (create_persona_path(tmpdir, 0) == 0) {
    [all...]
utils.c 104 int create_persona_path(char path[PKG_PATH_MAX], function
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 343 EXPECT_EQ(0, create_persona_path(path, 0))
353 EXPECT_EQ(0, create_persona_path(path, 1))

Completed in 148 milliseconds