Home
last modified time | relevance | path

Searched refs:read_full (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/tools/lldb-vscode/
DIOStream.cpp91 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()
DIOStream.h55 bool read_full(std::ofstream *log, size_t length, std::string &text);
DVSCode.cpp129 if (!input.read_full(log.get(), length, json_str)) in ReadJSON()
/external/boringssl/src/crypto/
Dcpu-arm-linux.c53 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/
Dcpu-arm-linux.c53 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/
Ddescriptor_utils.rs1262 fn read_full() { in read_full() function