Searched refs:ALL_STDIN_FLAGS (Results 1 – 1 of 1) sorted by relevance
/third_party/glib/gio/ |
D | gsubprocesslauncher.c | 35 #define ALL_STDIN_FLAGS (G_SUBPROCESS_FLAGS_STDIN_PIPE | \ macro 117 return verify_disposition ("stdin", flags & ALL_STDIN_FLAGS, -1, NULL) && in verify_flags() 375 if (verify_disposition ("stdin", flags & ALL_STDIN_FLAGS, stdin_fd, stdin_path) && in g_subprocess_launcher_set_flags() 423 if (verify_disposition ("stdin", self->flags & ALL_STDIN_FLAGS, self->stdin_fd, 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()
|