Home
last modified time | relevance | path

Searched refs:output_buffer_ (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dcrypto_util_proxy.cc65 output_buffer_(), in CryptoUtilProxy()
191 output_buffer_.clear(); in StartShimForCommand()
257 string output(output_buffer_); in OnShimDeath()
258 output_buffer_.clear(); in OnShimDeath()
299 output_buffer_.append(reinterpret_cast<char*>(data->buf), data->len); in HandleShimOutput()
303 LOG(INFO) << "Finished reading " << output_buffer_.length() in HandleShimOutput()
314 output_buffer_.clear(); in HandleShimError()
Dcrypto_util_proxy.h141 std::string output_buffer_; variable
Dcrypto_util_proxy_unittest.cc168 EXPECT_TRUE(crypto_util_proxy_.output_buffer_.empty()); in StartAndCheckShim()