Searched defs:tmpdir (Results 1 – 2 of 2) sorted by relevance
125 public static Process exec(String cmd, String tmpdir) throws IOException { in exec()129 public static Process exec(String cmd, String tmpdir, boolean logOutput) throws IOException { in exec()146 public static Process execWithTimeout(String cmd, String tmpdir, long timeout) in execWithTimeout()
137 tmpdir = fetch_artifacts(build_target, args.bid, m) variable