Home
last modified time | relevance | path

Searched refs:ReadFromFD (Results 1 – 9 of 9) sorted by relevance

/external/libweave/third_party/chromium/base/
Drand_util_posix.cc32 bool ReadFromFD(int fd, char* buffer, size_t bytes) { in ReadFromFD() function
58 ReadFromFD(urandom_fd.fd(), static_cast<char*>(output), output_length); in RandBytes()
/external/libchrome/base/
Drand_util_posix.cc53 ReadFromFD(urandom_fd, static_cast<char*>(output), output_length); in RandBytes()
Dbase_nacl.gyp88 # For PathExists and ReadFromFD.
Dsync_socket_posix.cc133 if (ReadFromFD(handle_, charbuffer, length)) in Receive()
/external/libbrillo/brillo/
Dasynchronous_signal_handler.cc76 while (base::ReadFromFD(descriptor_, in OnFileCanReadWithoutBlocking()
/external/libchrome/base/files/
Dfile_util.h166 BASE_EXPORT bool ReadFromFD(int fd, char* buffer, size_t bytes);
Dfile_util_posix.cc389 bool ReadFromFD(int fd, char* buffer, size_t bytes) { in ReadFromFD() function
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc243 if (!base::ReadFromFD(alarm_fd_, val, sizeof(uint64_t))) in OnFileCanReadWithoutBlocking()
/external/libbrillo/brillo/streams/
Dfile_stream_unittest.cc1014 EXPECT_TRUE(base::ReadFromFD(fds[0], out_buffer.data(), out_buffer.size())); in TEST_F()
1020 EXPECT_TRUE(base::ReadFromFD(fds[0], out_buffer.data(), out_buffer.size())); in TEST_F()
1089 EXPECT_TRUE(base::ReadFromFD(read_fd, buffer, data.size())); in TEST_F()