Searched defs:prePath (Results 1 - 1 of 1) sorted by last modified time

/dalvik/vm/
H A DInit.cpp857 const char* prePath = argv[i] + sizeof("-Xbootclasspath/p:")-1; local
859 if (*(prePath) == '\0') {
865 if (asprintf(&allPath, "%s:%s", prePath, gDvm.bootClassPathStr) < 0) {

Completed in 65 milliseconds