Searched refs:tx_file (Results 1 – 2 of 2) sorted by relevance
/external/perfetto/src/ipc/ |
D | host_impl_unittest.cc | 338 base::TempFile tx_file = base::TempFile::CreateUnlinked(); in TEST_F() local 339 ASSERT_EQ(static_cast<size_t>(base::WriteAll(tx_file.fd(), kFileContent, in TEST_F() 344 [on_reply_sent, &tx_file](const RequestProto&, DeferredBase* reply) { in TEST_F() 348 async_res.set_fd(tx_file.fd()); in TEST_F() 353 tx_file.ReleaseFD(); in TEST_F() 380 base::TempFile tx_file = base::TempFile::CreateUnlinked(); in TEST_F() local 381 ASSERT_EQ(static_cast<size_t>(base::WriteAll(tx_file.fd(), kFileContent, in TEST_F() 385 tx_file.fd()); in TEST_F()
|
D | client_impl_unittest.cc | 356 base::TempFile tx_file = base::TempFile::CreateUnlinked(); in TEST_F() local 358 ASSERT_EQ(static_cast<size_t>(base::WriteAll(tx_file.fd(), kFileContent, in TEST_F() 361 host_->next_reply_fd = tx_file.fd(); in TEST_F() 381 tx_file.ReleaseFD(); in TEST_F() 402 base::TempFile tx_file = base::TempFile::CreateUnlinked(); in TEST_F() local 404 ASSERT_EQ(static_cast<size_t>(base::WriteAll(tx_file.fd(), kFileContent, in TEST_F() 423 tx_file.fd()); in TEST_F()
|