Searched refs:SetCowDevice (Results 1 – 5 of 5) sorted by relevance
36 ASSERT_TRUE(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
179 ASSERT_TRUE(writer->SetCowDevice(std::move(cow_fd))); in TEST_F()
3693 if (!writer->SetCowDevice(std::move(cow_fd))) {
67 bool SetCowDevice(android::base::unique_fd&& cow_device);