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.java327 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries1() local
329 assertTrue(parentPath != null); in testGetResourceSharedLibraries1()
335 new PathClassLoader(parentPath.getAbsolutePath(), null, parent), in testGetResourceSharedLibraries1()
352 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries2() local
354 assertTrue(parentPath != null); in testGetResourceSharedLibraries2()
361 new PathClassLoader(parentPath.getAbsolutePath(), null, parent), in testGetResourceSharedLibraries2()
377 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries3() local
379 assertTrue(parentPath != null); in testGetResourceSharedLibraries3()
385 new PathClassLoader(parentPath.getAbsolutePath(), null, parent), in testGetResourceSharedLibraries3()
405 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.c287 static const char *parentPath; variable
301 parentPath = effectivePath(); in UNIXProcess_initIDs()
302 parentPathv = splitPath(env, parentPath); in UNIXProcess_initIDs()