Lines Matching full:androidroot
387 const char* androidRoot;394 androidRoot = getenv("ANDROID_ROOT");395 if (androidRoot == NULL) {397 androidRoot = "/system";399 execFile = (char*)malloc(strlen(androidRoot) + strlen(kDexOptBin) + 1);400 strcpy(execFile, androidRoot);