/external/libbrillo/brillo/namespaces/ |
D | mount_namespace.cc | 60 base::ReadFromFD(fd_mounted[0], &byte, 1); in Create() 68 base::ReadFromFD(fd_unshared[0], &byte, 1); in Create()
|
/external/boringssl/src/tool/ |
D | pkcs12.cc | 79 if (!ReadFromFD(fd.get(), &bytes_read, contents.get() + off, size - off)) { in DoPKCS12() 97 if (!ReadFromFD(0, &bytes_read, password + off, in DoPKCS12()
|
D | fd.cc | 53 bool ReadFromFD(int fd, size_t *out_bytes_read, void *out, size_t num) { in ReadFromFD() function
|
D | internal.h | 90 bool ReadFromFD(int fd, size_t *out_bytes_read, void *out, size_t num);
|
D | digest.cc | 128 if (!ReadFromFD(fd, &n, buf.get(), kBufSize)) { in SumFile()
|
/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | pkcs12.cc | 79 if (!ReadFromFD(fd.get(), &bytes_read, contents.get() + off, size - off)) { in DoPKCS12() 97 if (!ReadFromFD(0, &bytes_read, password + off, in DoPKCS12()
|
D | fd.cc | 53 bool ReadFromFD(int fd, size_t *out_bytes_read, void *out, size_t num) { in ReadFromFD() function
|
D | internal.h | 90 bool ReadFromFD(int fd, size_t *out_bytes_read, void *out, size_t num);
|
D | digest.cc | 128 if (!ReadFromFD(fd, &n, buf.get(), kBufSize)) { in SumFile()
|
/external/libchrome/base/ |
D | rand_util_posix.cc | 55 ReadFromFD(urandom_fd, static_cast<char*>(output), output_length); in RandBytes()
|
D | linux_util.cc | 176 bool read_ret = ReadFromFD(fd, syscall_data.get(), expected_data.length()); in FindThreadIDWithSyscall()
|
D | sync_socket_posix.cc | 133 if (ReadFromFD(handle_, charbuffer, length)) in Receive()
|
/external/libchrome/libchrome_tools/patches/ |
D | components-timers-fix-fd-leak-in-AlarmTimer.patch | 45 - if (!base::ReadFromFD(alarm_fd_, val, sizeof(uint64_t))) 46 + if (!base::ReadFromFD(alarm_fd_.get(), val, sizeof(uint64_t)))
|
D | Refactor-AlarmTimer-to-report-error-to-the-caller.patch | 115 - if (!base::ReadFromFD(alarm_fd_, val, sizeof(uint64_t))) 116 + if (!base::ReadFromFD(alarm_fd_.get(), val, sizeof(uint64_t)))
|
/external/libbrillo/brillo/ |
D | asynchronous_signal_handler.cc | 69 while (base::ReadFromFD(descriptor_.get(), in OnReadable()
|
/external/libchrome/components/timers/ |
D | alarm_timer_chromeos.cc | 112 if (!base::ReadFromFD(alarm_fd_, val, sizeof(uint64_t))) in OnAlarmFdReadableWithoutBlocking()
|
/external/libchrome/base/files/ |
D | file_descriptor_watcher_posix_unittest.cc | 140 ASSERT_TRUE(ReadFromFD(read_file_descriptor(), &buffer, sizeof(buffer))); in ReadByte()
|
D | file_util.h | 186 BASE_EXPORT bool ReadFromFD(int fd, char* buffer, size_t bytes);
|
D | file_util_posix.cc | 482 bool ReadFromFD(int fd, char* buffer, size_t bytes) { in ReadFromFD() function
|
/external/libbrillo/brillo/streams/ |
D | file_stream_test.cc | 1025 EXPECT_TRUE(base::ReadFromFD(fds[0], out_buffer.data(), out_buffer.size())); in TEST_F() 1031 EXPECT_TRUE(base::ReadFromFD(fds[0], out_buffer.data(), out_buffer.size())); in TEST_F() 1104 EXPECT_TRUE(base::ReadFromFD(read_fd, buffer, data.size())); in TEST_F()
|
/external/libbrillo/brillo/files/ |
D | safe_fd.cc | 260 if (!base::ReadFromFD(fd_.get(), data, size)) { in Read()
|