Home
last modified time | relevance | path

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

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