OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_bytes_written
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/wlan/qcwcn/wifi_hal/
ring_buffer.h
41
u32
total_bytes_written
;
member in struct:rb_stats
ring_buffer.cpp
72
u32
total_bytes_written
;
member in struct:ring_buf_cb
322
rbc->
total_bytes_written
+= bytes_written - total_push_in_rd_ptr;
572
rbs->
total_bytes_written
= rbc->
total_bytes_written
;
rb_wrapper.cpp
78
rbs->written_bytes = rb_stats.
total_bytes_written
;
/system/connectivity/shill/shims/
crypto_util.cc
393
size_t
total_bytes_written
= 0;
local
394
while (
total_bytes_written
< raw_output.length()) {
397
raw_output.data() +
total_bytes_written
,
398
raw_output.length() -
total_bytes_written
));
403
total_bytes_written
+= bytes_written;
/system/core/init/
init.cpp
199
size_t
total_bytes_written
= 0;
local
221
while (
total_bytes_written
< sizeof(buf)) {
223
read(hwrandom_fd, buf, sizeof(buf) -
total_bytes_written
));
237
total_bytes_written
+= chunk_size;
241
total_bytes_written
);
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py
505
total_bytes_written
= 0
506
while
total_bytes_written
< file_size:
508
file_size -
total_bytes_written
)
510
total_bytes_written
+= num_bytes
[
all
...]
Completed in 143 milliseconds