HomeSort by relevance Sort by last modified time
    Searched refs:bootClassPath (Results 1 - 9 of 9) sorted by null

  /dalvik/vm/
Init.h 40 int dvmPrepForDexOpt(const char* bootClassPath, DexOptimizerMode dexOptMode,
Globals.h 155 ClassPathEntry* bootClassPath;
JarFile.c 92 /* Always treat elements of the bootclasspath as up-to-date.
96 if (dvmClassPathContains(gDvm.bootClassPath, fileName)) {
Init.c 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
    [all...]
  /dalvik/dexopt/
OptMain.c 28 * class path is in BOOTCLASSPATH, etc).
33 * There are some fragile aspects around bootclasspath entries, owing
35 * instead of strictly doing what it was told. If optimizing bootclasspath
58 const char* debugFileName, bool isBootstrap, const char* bootClassPath,
177 if (dvmPrepForDexOpt(bootClassPath, dexOptMode, verifyMode,
217 const char* bcp = getenv("BOOTCLASSPATH");
219 LOGE("DexOptZ: BOOTCLASSPATH not set\n");
232 * The scenario would be a bootclasspath with something like
240 LOGV("DexOptZ: found '%s' in bootclasspath, cutting off at %d\n",
246 LOGD("DexOptZ: truncated BOOTCLASSPATH to '%s'\n", bcp)
    [all...]
  /dalvik/vm/analysis/
DexPrepare.c 311 * This could happen if something in our bootclasspath, which we thought
409 for (cpe = gDvm.bootClassPath; cpe->ptr != NULL; cpe++) {
    [all...]
  /dalvik/vm/native/
dalvik_system_DexFile.c 152 if (dvmClassPathContains(gDvm.bootClassPath, sourceName)) {
155 "Re-opening BOOTCLASSPATH DEX files is not allowed");
  /dalvik/vm/oo/
Class.c 307 * Call this after the bootclasspath string has been finalized.
313 LOGE("ERROR: must specify non-'.' bootclasspath\n");
351 assert(gDvm.bootClassPath == NULL);
354 if (gDvm.bootClassPath == NULL)
376 freeCpeArray(gDvm.bootClassPath);
377 gDvm.bootClassPath = NULL;
425 dumpClassPath(gDvm.bootClassPath);
576 gDvm.bootClassPath = cpe;
589 LOGE("Non-absolute bootclasspath entry '%s'\n", cp);
622 LOGE("No valid entries found in bootclasspath '%s'\n", pathStr)
    [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]

Completed in 1336 milliseconds