OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WriteAll
(Results
1 - 7
of
7
) sorted by null
/prebuilts/go/darwin-x86/src/encoding/csv/
writer.go
19
// changed to customize the details before the first call to Write or
WriteAll
.
106
//
WriteAll
writes multiple CSV records to w using Write and then calls Flush.
107
func (w *Writer)
WriteAll
(records [][]string) (err error) {
/prebuilts/go/linux-x86/src/encoding/csv/
writer.go
19
// changed to customize the details before the first call to Write or
WriteAll
.
106
//
WriteAll
writes multiple CSV records to w using Write and then calls Flush.
107
func (w *Writer)
WriteAll
(records [][]string) (err error) {
/system/update_engine/payload_consumer/
xz_extent_writer_unittest.cc
95
void
WriteAll
(const brillo::Blob& compressed) {
122
WriteAll
(brillo::Blob(std::begin(kCompressedDataNoCheck),
128
WriteAll
(brillo::Blob(std::begin(kCompressedDataCRC32),
136
WriteAll
(brillo::Blob(std::begin(kCompressed30KiBofA),
/external/bsdiff/
bspatch.cc
99
if (!
WriteAll
(file, buf, bytes_to_read))
110
bool
WriteAll
(const std::unique_ptr<FileInterface>& file,
311
if (!
WriteAll
(new_file, new_buf.data(), read_bytes))
/external/webrtc/webrtc/base/
stream.cc
44
StreamResult StreamInterface::
WriteAll
(const void* data, size_t data_len,
275
tap_result_ = tap_->
WriteAll
(buffer, *read, NULL, &tap_error_);
289
tap_result_ = tap_->
WriteAll
(data, *written, NULL, &tap_error_);
/external/boringssl/src/ssl/test/
bssl_shim.cc
916
//
WriteAll
writes |in_len| bytes from |in| to |ssl|, resolving any asynchronous
918
static int
WriteAll
(SSL *ssl, const uint8_t *in, size_t in_len) {
[
all
...]
/system/update_engine/common/
utils.cc
234
bool
WriteAll
(int fd, const void* buf, size_t count) {
265
bool
WriteAll
(FileDescriptorPtr fd, const void* buf, size_t count) {
282
return
WriteAll
(fd, buf, count);
[
all
...]
Completed in 277 milliseconds