HomeSort by relevance Sort by last modified time
    Searched refs:ReadFromFD (Results 1 - 9 of 9) sorted by null

  /external/libweave/third_party/chromium/base/
rand_util_posix.cc 32 bool ReadFromFD(int fd, char* buffer, size_t bytes) {
58 ReadFromFD(urandom_fd.fd(), static_cast<char*>(output), output_length);
  /external/libchrome/base/
rand_util_posix.cc 53 ReadFromFD(urandom_fd, static_cast<char*>(output), output_length);
sync_socket_posix.cc 133 if (ReadFromFD(handle_, charbuffer, length))
  /external/libbrillo/brillo/
asynchronous_signal_handler.cc 76 while (base::ReadFromFD(descriptor_,
  /external/libchrome/base/files/
file_util.h 166 BASE_EXPORT bool ReadFromFD(int fd, char* buffer, size_t bytes);
file_util_posix.cc 389 bool ReadFromFD(int fd, char* buffer, size_t bytes) {
  /external/libchrome/components/timers/
alarm_timer_chromeos.cc 243 if (!base::ReadFromFD(alarm_fd_, val, sizeof(uint64_t)))
  /external/libbrillo/brillo/streams/
file_stream_unittest.cc     [all...]
  /system/core/crash_reporter/
user_collector.cc 278 bool read_ok = base::ReadFromFD(fd, e_ident, sizeof(e_ident));

Completed in 651 milliseconds