Home
last modified time | relevance | path

Searched defs:tmpdir (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Traceur/src/com/android/traceur/
DTraceUtils.java112 public static Process exec(String cmd, String tmpdir) throws IOException { in exec()
116 public static Process exec(String cmd, String tmpdir, boolean logOutput) throws IOException { in exec()
133 public static Process execWithTimeout(String cmd, String tmpdir, long timeout) in execWithTimeout()
/packages/modules/common/tools/
Dfinalize_sdk.py102 tmpdir = fetch_artifacts(build_target, args.bid, ARTIFACT_PATTERN.format(module_name=m)) variable