Home | History | Annotate | Download | only in oo

Lines Matching full:bootclasspath

407  * Call this after the bootclasspath string has been finalized.
413 LOGE("ERROR: must specify non-'.' bootclasspath");
456 assert(gDvm.bootClassPath == NULL);
459 if (gDvm.bootClassPath == NULL)
486 freeCpeArray(gDvm.bootClassPath);
487 gDvm.bootClassPath = NULL;
534 dumpClassPath(gDvm.bootClassPath);
690 gDvm.bootClassPath = cpe;
703 LOGE("Non-absolute bootclasspath entry '%s'", cp);
740 LOGE("No valid entries found in bootclasspath '%s'", pathStr);
756 gDvm.bootClassPath = cpe;
770 const ClassPathEntry* cpe = gDvm.bootClassPath;
774 LOGVV("+++ class '%s' not yet loaded, scanning bootclasspath...",
865 const ClassPathEntry* cpe = gDvm.bootClassPath;
870 return cpe - gDvm.bootClassPath;
887 const ClassPathEntry* cpe = gDvm.bootClassPath;
1424 * bootclasspath if it hasn't already been loaded.
1450 * bootclasspath.
1464 * If "pDexFile" is NULL, we will search the bootclasspath for an entry.
1650 * but the bootclasspath loader.