HomeSort by relevance Sort by last modified time
    Searched refs:write_bytes (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/
encryptedfs_provisioning.c 74 int write_bytes; local
82 write_bytes = fwrite(buffer, 1, buf_size, out_file);
83 if (write_bytes != buf_size) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
taskstats.h 150 __u64 write_bytes; /* bytes of write I/O */ member in struct:taskstats
  /external/chromium/net/socket/
tcp_client_socket_win.cc 512 static StatsCounter write_bytes("tcp.write_bytes");
513 write_bytes.Add(num);
617 static StatsCounter write_bytes("tcp.write_bytes");
618 write_bytes.Add(rv);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 212 int (*write_bytes)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned char *data, member in struct:snd_ctl_ext_callback
  /external/protobuf/python/google/protobuf/
reflection.py 810 def InternalSerialize(self, write_bytes):
812 field_descriptor._encoder(write_bytes, field_value)
    [all...]

Completed in 108 milliseconds