Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp332 EXPECT_EQ(0, create_pkg_path(path, pkgname, "", 0)) in TEST_F()
351 EXPECT_EQ(-1, create_pkg_path(path, "com.example.package", postfix, 0)) in TEST_F()
358 EXPECT_EQ(0, create_pkg_path(path, "com.example.package", "", 0)) in TEST_F()
371 EXPECT_EQ(0, create_pkg_path(path, "com.example.package", "", 1)) in TEST_F()
/frameworks/native/cmds/installd/
Dutils.h49 int create_pkg_path(char path[PKG_PATH_MAX],
Dutils.cpp132 int create_pkg_path(char path[PKG_PATH_MAX], const char *pkgname, in create_pkg_path() function