Searched refs:classPath (Results 1 – 4 of 4) sorted by relevance
55 private final String[] classPath; field in ClassPathPackageInfoSource61 classPath = getClassPath(); in ClassPathPackageInfoSource()114 for (String entryName : classPath) { in findClasses()205 String classPath = System.getProperty("java.class.path"); in getClassPath() local207 return classPath.split(Pattern.quote(separator)); in getClassPath()
561 String classPath = String.join(File.pathSeparator, mBarUser0.getSecondaryDexPaths()); in testNotifySupportedAndUnsupportedClassLoader() local564 List<String> classPaths = Arrays.asList(classPath, classPath); in testNotifySupportedAndUnsupportedClassLoader()
701 static ClassLoader createPathClassLoader(String classPath, int targetSdkVersion) { in createPathClassLoader() argument707 return ClassLoaderFactory.createClassLoader(classPath, libraryPath, libraryPath, in createPathClassLoader()
962 const char* classPath; member978 result = RegisterMethodsOrDie(env, cri->classPath, cri->methods, cri->methodCount); in register_android_opengl_classes()