Searched refs:envStr (Results 1 - 1 of 1) sorted by path

/dalvik/vm/
H A DInit.cpp1219 const char* envStr = getenv("CLASSPATH"); local
1220 if (envStr != NULL) {
1221 gDvm.classPathStr = strdup(envStr);
1225 envStr = getenv("BOOTCLASSPATH");
1226 if (envStr != NULL) {
1227 gDvm.bootClassPathStr = strdup(envStr);

Completed in 1347 milliseconds