Searched refs:androidRoot (Results 1 – 3 of 3) sorted by relevance
179 String androidRoot = Options.androidRoot.trim(); in execute() local180 if (androidRoot.length() != 0) { in execute()181 command = "PATH=" + androidRoot + "/bin "; in execute()182 command += "ANDROID_ROOT=" + androidRoot + " "; in execute()183 command += "LD_LIBRARY_PATH="+ androidRoot + "/lib:" + androidRoot + "/lib64 "; in execute()
141 const char* androidRoot = getenv("ANDROID_DATA"); in maybeCreateDalvikCache() local142 LOG_ALWAYS_FATAL_IF(androidRoot == NULL, "ANDROID_DATA environment variable unset"); in maybeCreateDalvikCache()146 "%s/dalvik-cache/" ABI_STRING, androidRoot); in maybeCreateDalvikCache()
55 public static String androidRoot = ""; field in Options265 androidRoot = value; in handleKeyValueOption()