Home
last modified time | relevance | path

Searched defs:classPath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java556 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()
/frameworks/base/test-runner/src/android/test/
DClassPathPackageInfoSource.java55 private final String[] classPath; field in ClassPathPackageInfoSource
205 String classPath = System.getProperty("java.class.path"); in getClassPath() local
/frameworks/base/core/jni/android/opengl/
Dutil.cpp1085 const char* classPath; member