HomeSort by relevance Sort by last modified time
    Searched defs:ReadFromFD (Results 1 - 2 of 2) 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/files/
file_util_posix.cc 389 bool ReadFromFD(int fd, char* buffer, size_t bytes) {

Completed in 69 milliseconds