Searched refs:create_move_path (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 363 EXPECT_EQ(0, create_move_path(path, "com.android.test", "shared_prefs", 0)) in TEST_F() 373 EXPECT_EQ(-1, create_move_path(path, REALLY_LONG_APP_NAME, "shared_prefs", 0)) in TEST_F() 380 EXPECT_EQ(-1, create_move_path(path, "com.android.test", REALLY_LONG_LEAF_NAME, 0)) in TEST_F()
|
/frameworks/native/cmds/installd/ |
D | installd.h | 148 int create_move_path(char path[PKG_PATH_MAX],
|
D | commands.c | 910 if (!create_move_path(srcpath, srcpkg, buf+bufp, 0) && in movefiles() 911 !create_move_path(dstpath, dstpkg, buf+bufp, 0)) { in movefiles()
|
D | utils.c | 151 int create_move_path(char path[PKG_PATH_MAX], in create_move_path() function
|