Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_writer_test.cpp36 snapshot_writer.SetCowDevice(android::base::unique_fd{cow_device_file.fd}); in TEST_F()
H A Dsnapshot_writer.cpp56 bool CompressedSnapshotWriter::SetCowDevice(android::base::unique_fd&& cow_device) { in SetCowDevice() function in android::snapshot::CompressedSnapshotWriter
H A Dsnapshot_reader_test.cpp160 ASSERT_TRUE(writer->SetCowDevice(std::move(cow_fd))); in TEST_F()
H A Dsnapshot.cpp3226 if (!writer->SetCowDevice(std::move(cow_fd))) {
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_writer.h66 bool SetCowDevice(android::base::unique_fd&& cow_device);
/aosp12/system/update_engine/payload_consumer/
H A Dcow_writer_file_descriptor_unittest.cc56 EXPECT_TRUE(snapshot_writer->SetCowDevice(unique_fd{fd})); in GetCowWriter()