Searched refs:EX_JAR_FILE (Results 1 – 1 of 1) sorted by relevance
/art/test/688-shared-library/src-art/ |
D | Main.java | 23 static final String EX_JAR_FILE = System.getenv("DEX_LOCATION") + "/" + TEST_NAME + "-ex.jar"; field in Main 51 new PathClassLoader(EX_JAR_FILE, null, bootLoader), in testOneLibrary() 71 new PathClassLoader(EX_JAR_FILE, null, bootLoader), in testTwoLibraries1() 89 new PathClassLoader(EX_JAR_FILE, null, bootLoader), in testTwoLibraries2() 107 new PathClassLoader(EX_JAR_FILE, null, bootLoader), in testTransitive1() 132 new PathClassLoader(EX_JAR_FILE, null, bootLoader, sharedLibraryLevel2), in testTransitive2() 154 new PathClassLoader(EX_JAR_FILE, null, bootLoader, sharedLibraryLevel2), in testTransitive3() 174 new PathClassLoader(EX_JAR_FILE, null, bootLoader), in testTransitive4()
|