Searched refs:read_full (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | IOStream.cpp | 91 bool InputStream::read_full(std::ofstream *log, size_t length, in read_full() function in InputStream 138 if (!read_full(log, 1, line)) in read_line() 150 if (!read_full(log, expected.size(), result)) in read_expected()
|
D | IOStream.h | 55 bool read_full(std::ofstream *log, size_t length, std::string &text);
|
D | VSCode.cpp | 129 if (!input.read_full(log.get(), length, json_str)) in ReadJSON()
|
/external/boringssl/src/crypto/ |
D | cpu-arm-linux.c | 53 static int read_full(int fd, void *out, size_t len) { in read_full() function 131 if (!read_full(fd, &entry, sizeof(entry)) || in getauxval_proc()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/ |
D | cpu-arm-linux.c | 53 static int read_full(int fd, void *out, size_t len) { in read_full() function 131 if (!read_full(fd, &entry, sizeof(entry)) || in getauxval_proc()
|
/external/crosvm/devices/src/virtio/ |
D | descriptor_utils.rs | 1262 fn read_full() { in read_full() function
|