Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/io/
DOldFileTest.java165 String classPath = url.toString(); in test_deleteOnExit() local
166 int idx = classPath.indexOf("!"); in test_deleteOnExit()
168 classPath = classPath.substring(9, idx); // cutting off jar:file: in test_deleteOnExit()
/libcore/support/src/test/java/tests/util/
DClassLoaderBuilder.java105 String classPath = getApplicationClassPath(); in build() local
108 .newInstance(classPath, bridge); in build()
/libcore/luni/src/test/java/libcore/java/net/
DOldURLClassLoaderTest.java254 private static URLClassLoader getURLClassLoader(String... classPath) in getURLClassLoader() argument
257 for (String path : classPath) { in getURLClassLoader()
/libcore/libart/src/main/java/dalvik/system/
DVMRuntime.java85 public native String classPath(); in classPath() method in VMRuntime
/libcore/ojluni/src/main/java/java/lang/
DClassLoader.java207 String classPath = System.getProperty("java.class.path", "."); in createSystemClassLoader() local
224 return new PathClassLoader(classPath, librarySearchPath, BootClassLoader.getInstance()); in createSystemClassLoader()
DSystem.java943 p.put("java.class.path", runtime.classPath()); in initUnchangeableSystemProperties()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DResourceBundleTest.java103 String classPath = System.getProperty("java.class.path"); in test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader() local
104 StringTokenizer tok = new StringTokenizer(classPath, File.pathSeparator); in test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader()