Home
last modified time | relevance | path

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

/art/test/688-shared-library/src-art/
DMain.java22 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()
[all …]