Lines Matching defs:read
46 const bool read = true;
48 if (file_action.Open(STDIN_FILENO, stdin_file_spec, read, write))
53 const bool read = false;
55 if (file_action.Open(STDOUT_FILENO, stdout_file_spec, read, write))
60 const bool read = false;
62 if (file_action.Open(STDERR_FILENO, stderr_file_spec, read, write))
88 bool read, bool write) {
90 if (file_action.Open(fd, file_spec, read, write)) {
97 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read,
100 if (file_action.Open(fd, FileSpec(FileSystem::DEV_NULL), read, write)) {