Home
last modified time | relevance | path

Searched refs:create_move_path (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp363 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/
Dinstalld.h148 int create_move_path(char path[PKG_PATH_MAX],
Dcommands.c910 if (!create_move_path(srcpath, srcpkg, buf+bufp, 0) && in movefiles()
911 !create_move_path(dstpath, dstpkg, buf+bufp, 0)) { in movefiles()
Dutils.c151 int create_move_path(char path[PKG_PATH_MAX], in create_move_path() function