Home
last modified time | relevance | path

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

/libcore/support/src/test/java/tests/util/
DClassLoaderBuilder.java113 List<URL> classpath = new ArrayList<URL>(); in build() local
114 classpath.addAll(classpathToUrls("java.class.path")); in build()
115 classpath.addAll(classpathToUrls("sun.boot.class.path")); in build()
116 return new URLClassLoader(classpath.toArray(new URL[classpath.size()]), bridge); in build()
140 String classpath = System.getProperty(propertyName); in classpathToUrls() local
142 for (String pathElement : classpath.split(File.pathSeparator)) { in classpathToUrls()
/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DAndroidHostEnvUtil.java47 static Path parseInputClasspath(String classpath) { in parseInputClasspath() argument
48 switch (classpath) { in parseInputClasspath()
61 "prebuilts/jdk/jdk" + classpath + "/linux-x86/jmods/java.base.jmod"); in parseInputClasspath()
63 return Path.of(classpath); in parseInputClasspath()
DDependencyAnalyzer.java76 public DependencyAnalyzer(Path classpath, Path excludeClasspath, boolean includeInternal, in DependencyAnalyzer() argument
78 mClassPath = classpath; in DependencyAnalyzer()
252 protected final Path classpath; field in DependencyAnalyzer.ExcludeClasspathFilter
254 public static ExcludeClasspathFilter getInstance(Path classpath) in getInstance() argument
256 if (classpath == null) { in getInstance()
259 return new Impl(classpath); in getInstance()
262 private ExcludeClasspathFilter(Path classpath) { in ExcludeClasspathFilter() argument
263 this.classpath = classpath; in ExcludeClasspathFilter()
295 private Impl(Path classpath) throws IOException { in Impl() argument
296 super(classpath); in Impl()
[all …]
DMain.java345 public String classpath = "21"; field in Main.CommandShowDeps
385 Path cp = AndroidHostEnvUtil.parseInputClasspath(classpath); in run()
495 public String classpath = "21"; field in Main.CommandListNoDeps
501 if (!List.of("9", "11", "17", "21").contains(classpath)) { in run()
503 + "This java version isn't supported: " + classpath); in run()
505 int targetVersion = Integer.parseInt(classpath); in run()
507 Path cp = AndroidHostEnvUtil.parseInputClasspath(classpath); in run()
579 public String classpath = "21"; field in Main.CommandListNewApis
589 Path newClassPath = AndroidHostEnvUtil.parseInputClasspath(classpath); in run()
/libcore/luni/src/test/etc/loading-test-jar/
Dbuild.sh49 javac -classpath classes2 -d classes *.java
50 d8 --output . --classpath classes2 $(find classes -type f) # Creates classes.dex
/libcore/ojluni/src/main/
DAndroid.bp28 "SPDX-license-identifier-GPL-2.0-with-classpath-exception",
37 // directory, detect that it is a GPL+classpath license and then copy all
/libcore/ojluni/src/main/native/
DAndroid.bp16 // The native sources are GPLv2 with classpath exception.
17 // SPDX-license-identifier-GPL-2.0-with-classpath-exception
Djvm.h1466 char *classpath; member
/libcore/luni/src/main/java/java/util/logging/
Dlogging.properties40 # classes must be in the classpath.
49 # classes must be in the classpath.
/libcore/
DAndroid.bp46 "SPDX-license-identifier-GPL-2.0-with-classpath-exception",