Searched refs:TEST_APP_DIR (Results 1 – 1 of 1) sorted by relevance
34 #define TEST_APP_DIR "/data/app/" macro75 const char *badprefix2 = "../.." TEST_APP_DIR "../../../blah"; in TEST_F()90 const char *internal1 = TEST_APP_DIR "example.apk"; in TEST_F()95 const char *path2 = TEST_APP_DIR "example.com/example.apk"; in TEST_F()99 const char *badint1 = TEST_APP_DIR "../example.apk"; in TEST_F()103 const char *badint2 = TEST_APP_DIR "/../example.apk"; in TEST_F()108 const char *bad_path3 = TEST_APP_DIR "example.com/subdir/pkg.apk"; in TEST_F()112 const char *bad_path4 = TEST_APP_DIR "example.com/subdir/../pkg.apk"; in TEST_F()116 const char *bad_path5 = TEST_APP_DIR "example.com1/../example.com2/pkg.apk"; in TEST_F()163 const char *path2 = TEST_APP_DIR "example.com/example.apk"; in TEST_F()[all …]