Lines Matching refs:MAIN_JAR_FILE
22 static final String MAIN_JAR_FILE = System.getenv("DEX_LOCATION") + "/" + TEST_NAME + ".jar"; field in Main
44 ClassLoader loader = new PathClassLoader(MAIN_JAR_FILE, null, bootLoader); in testNoLibrary()
54 new PathClassLoader(MAIN_JAR_FILE, null, bootLoader, sharedLibraries); in testOneLibrary()
61 new DelegateLastClassLoader(MAIN_JAR_FILE, null, bootLoader, sharedLibraries); in testOneLibrary()
70 new PathClassLoader(MAIN_JAR_FILE, null, bootLoader), in testTwoLibraries1()
80 new DelegateLastClassLoader(MAIN_JAR_FILE, null, bootLoader, sharedLibraries); in testTwoLibraries1()
90 new PathClassLoader(MAIN_JAR_FILE, null, bootLoader), in testTwoLibraries2()
110 new PathClassLoader(MAIN_JAR_FILE, null, bootLoader, sharedLibraryLevel2), in testTransitive1()
129 new PathClassLoader(MAIN_JAR_FILE, null, bootLoader), in testTransitive2()
151 new PathClassLoader(MAIN_JAR_FILE, null, bootLoader), in testTransitive3()
177 new PathClassLoader(MAIN_JAR_FILE, null, bootLoader, sharedLibraryLevel2), in testTransitive4()