HomeSort by relevance Sort by last modified time
    Searched full:androidroot (Results 1 - 1 of 1) sorted by null

  /dalvik/vm/analysis/
DexPrepare.cpp 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);
    [all...]

Completed in 3030 milliseconds