Searched refs:stdout_file (Results 1 - 5 of 5) sorted by relevance
/third_party/libuv/test/ |
H A D | runner-unix.c | 86 FILE* stdout_file; in process_start() local 115 stdout_file = tmpfile(); in process_start() 116 stdout_fd = fileno(stdout_file); in process_start() 117 if (!stdout_file) { in process_start() 165 p->stdout_file = stdout_file; in process_start() 354 /* Size of the p->stdout_file */ in process_output_size() 358 int r = fstat(fileno(p->stdout_file), &buf); in process_output_size() 372 r = fseek(p->stdout_file, 0, SEEK_SET); in process_copy_output() 379 while ((r = fread(buf, 1, sizeof(buf), p->stdout_file)) ! in process_copy_output() [all...] |
H A D | runner-unix.h | 29 FILE* stdout_file; member
|
H A D | test-spawn.c | 324 unlink("stdout_file"); in TEST_IMPL() 328 r = uv_fs_open(NULL, &fs_req, "stdout_file", UV_FS_O_CREAT | UV_FS_O_RDWR, in TEST_IMPL() 363 unlink("stdout_file"); in TEST_IMPL() 378 unlink("stdout_file"); in TEST_IMPL() 382 r = uv_fs_open(NULL, &fs_req, "stdout_file", UV_FS_O_CREAT | UV_FS_O_RDWR, in TEST_IMPL() 419 unlink("stdout_file"); in TEST_IMPL() 435 unlink("stdout_file"); in TEST_IMPL() 442 "stdout_file", in TEST_IMPL() 481 unlink("stdout_file"); in TEST_IMPL() 494 uv_file stdout_file; in TEST_IMPL() local [all...] |
/third_party/vk-gl-cts/external/amber/src/android_gradle/app/src/androidTest/java/com/google/amber/ |
H A D | AmberLauncher.java | 54 String stdout_file = args.getString("stdout", new File(outputDir, "amber_stdout.txt").toString()); in LaunchAmber() 57 int res = Amber.androidHelper(args_list.toArray(new String[0]), stdout_file, stderr_file); in LaunchAmber()
|
/third_party/vk-gl-cts/external/amber/src/android_gradle/app/src/main/java/com/google/amber/ |
H A D | Amber.java | 22 public static native int androidHelper(String[] args, String stdout_file, String stderr_file); in androidHelper() argument
|
Completed in 3 milliseconds