Searched defs:bootClassPath (Results 1 - 3 of 3) sorted by relevance

/dalvik/dexopt/
H A DOptMain.cpp58 const char* debugFileName, bool isBootstrap, const char* bootClassPath,
176 if (dvmPrepForDexOpt(bootClassPath, dexOptMode, verifyMode,
420 char* bootClassPath = NULL; local
463 bootClassPath = strdup("");
476 cp = bootClassPath = (char*) malloc(bcpLen +1);
489 assert((int) strlen(bootClassPath) == bcpLen-1);
491 ALOGV(" bootclasspath is '%s'", bootClassPath);
513 if (dvmPrepForDexOpt(bootClassPath, dexOptMode, verifyMode, flags) != 0) {
549 free(bootClassPath);
57 extractAndProcessZip(int zipFd, int cacheFd, const char* debugFileName, bool isBootstrap, const char* bootClassPath, const char* dexoptFlagStr) argument
/dalvik/vm/
H A DInit.cpp1892 int dvmPrepForDexOpt(const char* bootClassPath, DexOptimizerMode dexOptMode, argument
1904 gDvm.bootClassPathStr = strdup(bootClassPath);
H A DGlobals.h180 ClassPathEntry* bootClassPath; member in struct:DvmGlobals

Completed in 178 milliseconds