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.cpp28 #define TEST_APP_DIR "/data/app/" macro
51 android_app_dir.path = (char*) TEST_APP_DIR; in SetUp()
52 android_app_dir.len = strlen(TEST_APP_DIR); in SetUp()
87 const char *badprefix2 = "../.." TEST_APP_DIR "../../../blah"; in TEST_F()
102 const char *internal1 = TEST_APP_DIR "example.apk"; in TEST_F()
107 const char *path2 = TEST_APP_DIR "example.com/example.apk"; in TEST_F()
111 const char *badint1 = TEST_APP_DIR "../example.apk"; in TEST_F()
115 const char *badint2 = TEST_APP_DIR "/../example.apk"; in TEST_F()
120 const char *bad_path3 = TEST_APP_DIR "example.com/subdir/pkg.apk"; in TEST_F()
124 const char *bad_path4 = TEST_APP_DIR "example.com/subdir/../pkg.apk"; in TEST_F()
[all …]