Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Dcow_writer_file_descriptor_unittest.cc46 ASSERT_EQ(ftruncate64(cow_source_file_.fd(), PARTITION_SIZE), 0) in SetUp()
57 snapshot_writer->SetSourceDevice(cow_source_file_.path()); in GetCowWriter()
65 ScopedTempFile cow_source_file_{"cow_source.XXXXXX", true}; member in chromeos_update_engine::CowWriterFileDescriptorUnittest