Home
last modified time | relevance | path

Searched refs:parentPath (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/dalvik/system/
DBaseDexClassLoaderTest.java446 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries1() local
448 assertTrue(parentPath != null); in testGetResourceSharedLibraries1()
454 new PathClassLoader(parentPath.getAbsolutePath(), null, parent), in testGetResourceSharedLibraries1()
481 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries2() local
483 assertTrue(parentPath != null); in testGetResourceSharedLibraries2()
490 new PathClassLoader(parentPath.getAbsolutePath(), null, parent), in testGetResourceSharedLibraries2()
516 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries3() local
518 assertTrue(parentPath != null); in testGetResourceSharedLibraries3()
524 new PathClassLoader(parentPath.getAbsolutePath(), null, parent), in testGetResourceSharedLibraries3()
554 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries4() local
[all …]
DDelegateLastClassLoaderTest.java102 File parentPath = resourcesMap.get(parentName); in createClassLoader() local
104 assertNotNull(parentPath); in createClassLoader()
107 ClassLoader parent = new PathClassLoader(parentPath.getAbsolutePath(), in createClassLoader()
/libcore/ojluni/src/main/native/
DUNIXProcess_md.c290 static const char *parentPath; variable
304 parentPath = effectivePath(); in UNIXProcess_initIDs()
305 parentPathv = splitPath(env, parentPath); in UNIXProcess_initIDs()