Home
last modified time | relevance | path

Searched defs:stdout_file (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_rust/util/process_wrapper/
H A Doptions.rs41 pub(crate) stdout_file: Option<String>, field
64 let mut stdout_file = None; in options() localVariable
/aosp_15_r20/external/deqp-deps/amber/android_gradle/app/src/main/java/com/google/amber/
DAmber.java22 public static native int androidHelper(String[] args, String stdout_file, String stderr_file); in androidHelper()
/aosp_15_r20/external/autotest/site_utils/
H A Dgs_offloader.py570 stdout_file, stderr_file): argument
826 def _mark_upload_finished(gs_path, stdout_file, stderr_file): argument
/aosp_15_r20/external/deqp-deps/amber/android_gradle/app/src/androidTest/java/com/google/amber/
DAmberLauncher.java54 … String stdout_file = args.getString("stdout", new File(outputDir, "amber_stdout.txt").toString()); in LaunchAmber() local
/aosp_15_r20/tools/netsim/rust/common/src/util/
H A Dos_utils.rs202 let stdout_file = libc::fdopen(stdout_fd, mode_c.as_ptr()); in redirect_std_stream() localVariable
/aosp_15_r20/build/make/ci/
H A Dbuild_test_suites_test.py175 def run_slow_command(stdout_file, marker): argument
/aosp_15_r20/external/crosvm/src/crosvm/sys/windows/
H A Dbroker.rs1951 let stdout_file = if let Some(path) = stdout_path { in spawn_child() localVariable