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

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

Completed in 67 milliseconds