Home
last modified time | relevance | path

Searched refs:stdin_path (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/lib/
Dtst_rod.c20 char *stdin_path = NULL, *stdout_path = NULL, *stderr_path = NULL; in main() local
47 stdin_path = argv[i]+1; in main()
55 stdin_path = argv[i]; in main()
80 if (stdin_path) { in main()
86 if (open(stdin_path, O_RDONLY) < 0) { in main()
89 argv[0], stdin_path, strerror(errno)); in main()
/third_party/glib/gio/
Dgsubprocesslauncher.c140 g_clear_pointer (&self->stdin_path, g_free); in g_subprocess_launcher_dispose()
363 const gchar *stdin_path = NULL, *stdout_path = NULL, *stderr_path = NULL; in g_subprocess_launcher_set_flags() local
370 stdin_path = self->stdin_path; in g_subprocess_launcher_set_flags()
375 if (verify_disposition ("stdin", flags & ALL_STDIN_FLAGS, stdin_fd, stdin_path) && in g_subprocess_launcher_set_flags()
425 g_free (self->stdin_path); in g_subprocess_launcher_set_stdin_file_path()
426 self->stdin_path = g_strdup (path); in g_subprocess_launcher_set_stdin_file_path()
460 if (verify_disposition ("stdin", self->flags & ALL_STDIN_FLAGS, fd, self->stdin_path)) in g_subprocess_launcher_take_stdin_fd()
Dgsubprocesslauncher-private.h37 gchar *stdin_path; member
Dgsubprocess.c330 else if (self->launcher->stdin_path != NULL) in initable_init()
332 stdin_fd = close_fds[0] = unix_open_file (self->launcher->stdin_path, O_RDONLY, error); in initable_init()