Home | History | Annotate | Download | only in vm

Lines Matching refs:bootClassPath

91     dvmFprintf(stderr, "  -Xbootclasspath:bootclasspath\n");
716 /* set bootclasspath */
720 dvmFprintf(stderr, "Missing bootclasspath path list\n");
728 * prepend to the default bootclasspath. We set the default
1024 envStr = getenv("BOOTCLASSPATH");
1513 int dvmPrepForDexOpt(const char* bootClassPath, DexOptimizerMode dexOptMode,
1525 gDvm.bootClassPathStr = strdup(bootClassPath);
1542 * get the bootclasspath prepped.