Searched refs:SetCowDevice (Results 1 – 6 of 6) sorted by relevance
36 snapshot_writer.SetCowDevice(android::base::unique_fd{cow_device_file.fd}); in TEST_F()
56 bool CompressedSnapshotWriter::SetCowDevice(android::base::unique_fd&& cow_device) { in SetCowDevice() function in android::snapshot::CompressedSnapshotWriter
160 ASSERT_TRUE(writer->SetCowDevice(std::move(cow_fd))); in TEST_F()
3194 if (!writer->SetCowDevice(std::move(cow_fd))) { in OpenCompressedSnapshotWriter()
66 bool SetCowDevice(android::base::unique_fd&& cow_device);
56 EXPECT_TRUE(snapshot_writer->SetCowDevice(unique_fd{fd})); in GetCowWriter()