Home
last modified time | relevance | path

Searched refs:tx_file (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/ipc/
Dhost_impl_unittest.cc333 base::TempFile tx_file = base::TempFile::CreateUnlinked(); in TEST_F() local
334 ASSERT_EQ(static_cast<size_t>(base::WriteAll(tx_file.fd(), kFileContent, in TEST_F()
338 .WillOnce(Invoke([on_reply_sent, &tx_file](const RequestProto&, in TEST_F()
343 async_res.set_fd(tx_file.fd()); in TEST_F()
348 tx_file.ReleaseFD(); in TEST_F()
375 base::TempFile tx_file = base::TempFile::CreateUnlinked(); in TEST_F() local
376 ASSERT_EQ(static_cast<size_t>(base::WriteAll(tx_file.fd(), kFileContent, in TEST_F()
380 tx_file.fd()); in TEST_F()
Dclient_impl_unittest.cc351 base::TempFile tx_file = base::TempFile::CreateUnlinked(); in TEST_F() local
353 ASSERT_EQ(static_cast<size_t>(base::WriteAll(tx_file.fd(), kFileContent, in TEST_F()
356 host_->next_reply_fd = tx_file.fd(); in TEST_F()
376 tx_file.ReleaseFD(); in TEST_F()
397 base::TempFile tx_file = base::TempFile::CreateUnlinked(); in TEST_F() local
399 ASSERT_EQ(static_cast<size_t>(base::WriteAll(tx_file.fd(), kFileContent, in TEST_F()
418 tx_file.fd()); in TEST_F()