Home
last modified time | relevance | path

Searched refs:num_bytes_written (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/
H A Dheap_utils.cc236 const int num_bytes_written = uv_fs_write(nullptr, variable
244 if (num_bytes_written < 0) {
245 status_ = num_bytes_written;
248 DCHECK_LE(static_cast<size_t>(num_bytes_written), buf.len);
249 offset += num_bytes_written;

Completed in 2 milliseconds