Lines Matching defs:read

484         Open (int fd, const char *path, bool read, bool write);
564 const bool read = true;
566 if (file_action.Open(STDIN_FILENO, stdin_path, read, write))
572 const bool read = false;
574 if (file_action.Open(STDOUT_FILENO, stdout_path, read, write))
580 const bool read = false;
582 if (file_action.Open(STDERR_FILENO, stderr_path, read, write))
620 AppendOpenFileAction (int fd, const char *path, bool read, bool write)
623 if (file_action.Open (fd, path, read, write))
632 AppendSuppressFileAction (int fd, bool read, bool write)
635 if (file_action.Open (fd, "/dev/null", read, write))
1449 // We use a read/write lock to allow on or more clients to
1455 // process. If the try read lock fails, then the process is running.
2720 /// The number of bytes to read.
2727 /// The number of bytes that were actually read into \a buf.
2738 /// This function will read memory from the current process's
2755 /// The number of bytes to read.
2758 /// The number of bytes that were actually read into \a buf. If
2773 /// This function will read a cache page at a time until a NULL
2778 /// (max_bytes - type_width) bytes will be read.
2781 /// The virtual load address to start the memory read.
2787 /// The maximum number of bytes to read.
2790 /// The error status of the read operation.
2809 /// This function will read a cache page at a time until the NULL
2813 /// terminated (at most cstr_max_len - 1 bytes will be read).
2837 /// A load address of the integer to read.
2840 /// The size in byte of the integer to read.
2843 /// The value to return if we fail to read an integer.
2852 /// The unsigned integer that was read from the process memory
3281 // read existing opcode, write breakpoint opcode, verify breakpoint opcode
3592 // Add a permanent region of memory that should never be read or
3602 // Remove a permanent region of memory that should never be read or