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

  /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/
Globals.h 155 ClassPathEntry* bootClassPath;
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]

Completed in 63 milliseconds