Searched refs:TEST_APP_DIR (Results 1 – 1 of 1) sorted by relevance
32 #define TEST_APP_DIR "/data/app/" macro73 const char *badprefix2 = "../.." TEST_APP_DIR "../../../blah"; in TEST_F()88 const char *internal1 = TEST_APP_DIR "example.apk"; in TEST_F()93 const char *path2 = TEST_APP_DIR "example.com/example.apk"; in TEST_F()97 const char *badint1 = TEST_APP_DIR "../example.apk"; in TEST_F()101 const char *badint2 = TEST_APP_DIR "/../example.apk"; in TEST_F()106 const char *bad_path3 = TEST_APP_DIR "example.com/subdir/pkg.apk"; in TEST_F()110 const char *bad_path4 = TEST_APP_DIR "example.com/subdir/../pkg.apk"; in TEST_F()114 const char *bad_path5 = TEST_APP_DIR "example.com1/../example.com2/pkg.apk"; in TEST_F()161 const char *path2 = TEST_APP_DIR "example.com/example.apk"; in TEST_F()[all …]