Home
last modified time | relevance | path

Searched refs:bcpLen (Results 1 – 1 of 1) sorted by relevance

/dalvik/dexopt/
DOptMain.cpp465 int i, bcpLen; in fromDex() local
469 bcpLen = 0; in fromDex()
473 bcpLen += strlen(*argp) + 1; in fromDex()
476 cp = bootClassPath = (char*) malloc(bcpLen +1); in fromDex()
489 assert((int) strlen(bootClassPath) == bcpLen-1); in fromDex()