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

  /system/connectivity/shill/
crypto_util_proxy_unittest.cc 92 crypto_util_proxy_.file_io_ = &file_io_;
150 EXPECT_CALL(file_io_,
153 EXPECT_CALL(file_io_,
177 EXPECT_CALL(file_io_,
181 EXPECT_CALL(file_io_,
225 MockFileIO file_io_; member in class:shill::CryptoUtilProxyTest
372 EXPECT_CALL(file_io_, Write(kTestStdinFd, _, bytes_left))
376 EXPECT_CALL(file_io_, Close(kTestStdinFd));
crypto_util_proxy.cc 62 file_io_(FileIO::GetInstance()),
198 if (file_io_->SetFdNonBlocking(shim_stdin_) ||
199 file_io_->SetFdNonBlocking(shim_stdout_)) {
226 file_io_->Close(shim_stdin_);
230 file_io_->Close(shim_stdout_);
272 ssize_t bytes_written = file_io_->Write(shim_stdin_,
286 file_io_->Close(shim_stdin_);
306 file_io_->Close(shim_stdout_);
crypto_util_proxy.h 138 FileIO* file_io_; member in class:shill::CryptoUtilProxy
  /system/weaved/buffet/
buffet_config.h 86 file_io_ = file_io;
99 FileIO* file_io_{nullptr};
buffet_config.cc 79 file_io_(default_file_io_.get()) {}
172 if (!file_io_->ReadFile(path, &settings_blob)) {
202 if (!file_io_->WriteFile(path, encrypted_settings)) {
222 if (!file_io_->ReadFile(file_path, data)) {
  /system/connectivity/shill/vpn/
third_party_vpn_driver.h 216 FileIO* file_io_; member in class:shill::ThirdPartyVpnDriver
third_party_vpn_driver_unittest.cc 60 driver_->file_io_ = &mock_file_io_;
66 driver_->file_io_ = nullptr;
third_party_vpn_driver.cc 98 file_io_ = FileIO::GetInstance();
178 } else if (file_io_->Write(tun_fd_, ip_packet.data(), ip_packet.size()) !=
438 file_io_->Close(tun_fd_);

Completed in 145 milliseconds