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

  /external/chromium_org/tools/android/forwarder2/
command.cc 85 return socket->WriteNumBytes(buffer, len) == len;
socket.h 73 int WriteNumBytes(const void* buffer, size_t num_bytes);
75 // Calls WriteNumBytes for the given std::string. Note that the null
socket.cc 368 return WriteNumBytes(buffer.c_str(), buffer.size());
392 int Socket::WriteNumBytes(const void* buffer, size_t num_bytes) {
host_forwarder_main.cc 368 daemon_socket->WriteNumBytes(command_pickle_.data(),

Completed in 43 milliseconds