Searched defs:tmpdir (Results 1 – 2 of 2) sorted by relevance
84 tmpdir = fetch_artifacts(BUILD_TARGET, args.bid, ARTIFACT_PATTERN % args.finalize_sdk) variable
113 public static Process exec(String cmd, String tmpdir) throws IOException { in exec()117 public static Process exec(String cmd, String tmpdir, boolean logOutput) throws IOException { in exec()