Searched defs:classPath (Results 1 – 3 of 3) sorted by relevance
556 static ClassLoader createPathClassLoader(String classPath, int targetSdkVersion) { in createPathClassLoader()568 private static void performSystemServerDexOpt(String classPath) { in performSystemServerDexOpt()634 private static String getSystemServerClassLoaderContext(String classPath) { in getSystemServerClassLoaderContext()645 private static String encodeSystemServerClassPath(String classPath, String newElement) { in encodeSystemServerClassPath()
55 private final String[] classPath; field in ClassPathPackageInfoSource205 String classPath = System.getProperty("java.class.path"); in getClassPath() local
1085 const char* classPath; member