Home | History | Annotate | Download | only in oo

Lines Matching refs:bootClassPath

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);
639 gDvm.bootClassPath = cpe;
653 const ClassPathEntry* cpe = gDvm.bootClassPath;
657 LOGVV("+++ class '%s' not yet loaded, scanning bootclasspath...\n",
665 LOGW("Directory entries ('%s') not supported in bootclasspath\n",
752 const ClassPathEntry* cpe = gDvm.bootClassPath;
757 return cpe - gDvm.bootClassPath;
774 const ClassPathEntry* cpe = gDvm.bootClassPath;
1324 * bootclasspath if it hasn't already been loaded.
1350 * bootclasspath.
1364 * If "pDexFile" is NULL, we will search the bootclasspath for an entry.
1549 * but the bootclasspath loader.