Searched refs:next_read_string_ (Results 1 - 1 of 1) sorted by path

/system/connectivity/shill/net/
H A Dnetlink_socket_unittest.cc72 next_read_string_ = next_read_string;
74 // Copies |len| bytes of |next_read_string_| into |buf| and clears
75 // |next_read_string_|.
81 int read_bytes = min(len, next_read_string_.GetLength());
82 memcpy(buf, next_read_string_.GetConstData(), read_bytes);
83 next_read_string_.Clear();
88 ByteString next_read_string_; member in class:shill::FakeSocketRead

Completed in 120 milliseconds