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

  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 363 EXPECT_EQ(0, create_move_path(path, "com.android.test", "shared_prefs", 0))
373 EXPECT_EQ(-1, create_move_path(path, REALLY_LONG_APP_NAME, "shared_prefs", 0))
380 EXPECT_EQ(-1, create_move_path(path, "com.android.test", REALLY_LONG_LEAF_NAME, 0))
  /frameworks/native/cmds/installd/
installd.h 148 int create_move_path(char path[PKG_PATH_MAX],
commands.c 910 if (!create_move_path(srcpath, srcpkg, buf+bufp, 0) &&
911 !create_move_path(dstpath, dstpkg, buf+bufp, 0)) {
    [all...]
utils.c 151 int create_move_path(char path[PKG_PATH_MAX], function

Completed in 3593 milliseconds