Searched refs:classPath (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DClassPathPackageInfoSource.java56 private final String[] classPath; field in class:ClassPathPackageInfoSource
64 classPath = getClassPath();
113 for (String entryName : classPath) {
305 String classPath = System.getProperty("java.class.path");
307 return classPath.split(Pattern.quote(separator));
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java520 static PathClassLoader createPathClassLoader(String classPath, int targetSdkVersion) { argument
523 return PathClassLoaderFactory.createClassLoader(classPath,
532 * Performs dex-opt on the elements of {@code classPath}, if needed. We
535 private static void performSystemServerDexOpt(String classPath) { argument
536 final String[] classPathElements = classPath.split(":");
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp1115 const char* classPath; member in struct:android::_ClassRegistrationInfo
1133 result = RegisterMethodsOrDie(env, cri->classPath, cri->methods, cri->methodCount);

Completed in 107 milliseconds