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

  /frameworks/native/cmds/installd/
installd.h 130 int create_pkg_path_in_dir(char path[PKG_PATH_MAX],
commands.c 53 if (create_pkg_path_in_dir(applibdir, &android_app_lib_dir, pkgname, PKG_DIR_POSTFIX)) {
202 if (create_pkg_path_in_dir(applibdir, &android_app_lib_dir, pkgname, PKG_DIR_POSTFIX)) {
    [all...]
utils.c 21 int create_pkg_path_in_dir(char path[PKG_PATH_MAX], function
98 return create_pkg_path_in_dir(path, &dir, pkgname, postfix);
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 333 EXPECT_EQ(0, create_pkg_path_in_dir(path, &dir, "com.example.package", ".apk"))

Completed in 59 milliseconds