OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:systemServerClasspath
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java
461
final String
systemServerClasspath
= Os.getenv("
SYSTEMSERVERCLASSPATH
");
462
if (
systemServerClasspath
!= null) {
463
performSystemServerDexOpt(
systemServerClasspath
);
470
prepareSystemServerProfile(
systemServerClasspath
);
482
if (
systemServerClasspath
!= null) {
485
amendedArgs[1] =
systemServerClasspath
;
497
if (
systemServerClasspath
!= null) {
498
cl = createPathClassLoader(
systemServerClasspath
, parsedArgs.targetSdkVersion);
517
private static void prepareSystemServerProfile(String
systemServerClasspath
)
[
all
...]
/external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
/prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
android-all-6.0.0_r1-robolectric-0.jar
Completed in 178 milliseconds