Searched defs:stdout_file (Results 1 – 5 of 5) sorted by relevance
22 public static native int androidHelper(String[] args, String stdout_file, String stderr_file); in androidHelper()
54 … String stdout_file = args.getString("stdout", new File(outputDir, "amber_stdout.txt").toString()); in LaunchAmber() local
41 pub(crate) stdout_file: Option<String>, field64 let mut stdout_file = None; in options() localVariable
570 stdout_file, stderr_file): argument826 def _mark_upload_finished(gs_path, stdout_file, stderr_file): argument
1951 let stdout_file = if let Some(path) = stdout_path { in spawn_child() localVariable