Home
last modified time | relevance | path

Searched refs:androidRoot (Results 1 – 2 of 2) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/executors/
DExecutor.java179 String androidRoot = Options.androidRoot.trim(); in execute() local
180 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()
/art/tools/dexfuzz/src/dexfuzz/
DOptions.java55 public static String androidRoot = ""; field in Options
265 androidRoot = value; in handleKeyValueOption()