Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dcrypto_util_proxy.cc67 shim_stdout_(-1), in CryptoUtilProxy()
181 &shim_stdout_, in StartShimForCommand()
199 file_io_->SetFdNonBlocking(shim_stdout_)) { in StartShimForCommand()
204 shim_stdout_, in StartShimForCommand()
229 if (shim_stdout_ > -1) { in CleanupShim()
230 file_io_->Close(shim_stdout_); in CleanupShim()
231 shim_stdout_ = -1; in CleanupShim()
306 file_io_->Close(shim_stdout_); in HandleShimOutput()
307 shim_stdout_ = -1; in HandleShimOutput()
Dcrypto_util_proxy.h143 int shim_stdout_; variable
Dcrypto_util_proxy_unittest.cc180 if (crypto_util_proxy_.shim_stdout_ > -1) { in ExpectCleanup()
182 Close(crypto_util_proxy_.shim_stdout_)).Times(1); in ExpectCleanup()