Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_writer_test.cpp36 ASSERT_TRUE(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.cpp179 ASSERT_TRUE(writer->SetCowDevice(std::move(cow_fd))); in TEST_F()
H A Dsnapshot.cpp3693 if (!writer->SetCowDevice(std::move(cow_fd))) {
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_writer.h67 bool SetCowDevice(android::base::unique_fd&& cow_device);