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

  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 322 EXPECT_EQ(0, create_pkg_path(path, pkgname, "", 0))
341 EXPECT_EQ(-1, create_pkg_path(path, pkgname, "", 0))
354 EXPECT_EQ(-1, create_pkg_path(path, "com.example.package", postfix, 0))
361 EXPECT_EQ(0, create_pkg_path(path, "com.example.package", "", 0))
374 EXPECT_EQ(0, create_pkg_path(path, "com.example.package", "", 1))
  /frameworks/native/cmds/installd/
utils.h 68 int create_pkg_path(char path[PKG_PATH_MAX],
utils.cpp 136 int create_pkg_path(char path[PKG_PATH_MAX], const char *pkgname, function in namespace:android::installd
    [all...]

Completed in 35 milliseconds