Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dinstalld.h135 int create_pkg_path_in_dir(char path[PKG_PATH_MAX],
Dutils.c21 int create_pkg_path_in_dir(char path[PKG_PATH_MAX], in create_pkg_path_in_dir() function
98 return create_pkg_path_in_dir(path, &dir, pkgname, postfix); in create_pkg_path()
Dcommands.c56 if (create_pkg_path_in_dir(applibdir, &android_app_lib_dir, pkgname, PKG_DIR_POSTFIX)) { in install()
206 if (create_pkg_path_in_dir(applibdir, &android_app_lib_dir, pkgname, PKG_DIR_POSTFIX)) { in make_user_data()
/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp379 EXPECT_EQ(0, create_pkg_path_in_dir(path, &dir, "com.example.package", ".apk")) in TEST_F()