Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp30 #define TEST_APP_DIR "/data/app/" macro
47 android_app_dir.path = (char*) TEST_APP_DIR; in SetUp()
48 android_app_dir.len = strlen(TEST_APP_DIR); in SetUp()
97 const char *badprefix2 = "../.." TEST_APP_DIR "../../../blah"; in TEST_F()
112 const char *internal1 = TEST_APP_DIR "example.apk"; in TEST_F()
117 const char *path2 = TEST_APP_DIR "example.com/example.apk"; in TEST_F()
121 const char *badint1 = TEST_APP_DIR "../example.apk"; in TEST_F()
125 const char *badint2 = TEST_APP_DIR "/../example.apk"; in TEST_F()
130 const char *bad_path3 = TEST_APP_DIR "example.com/subdir/pkg.apk"; in TEST_F()
134 const char *bad_path4 = TEST_APP_DIR "example.com/subdir/../pkg.apk"; in TEST_F()
[all …]