Searched defs:tmpdir (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Traceur/src_common/com/android/traceur/ |
D | TraceUtils.java | 196 public static Process exec(String cmd, String tmpdir) throws IOException { in exec() 200 public static Process exec(String cmd, String tmpdir, boolean logOutput) throws IOException { in exec() 216 public static Process execWithTimeout(String cmd, String tmpdir, long timeout) in execWithTimeout() 222 public static Process execWithTimeout(String cmd, String tmpdir, long timeout, byte[] input) in execWithTimeout()
|
/packages/modules/common/tools/ |
D | finalize_sdk.py | 174 tmpdir = fetch_artifacts(build_target, args.bid, m) variable
|