Home
last modified time | relevance | path

Searched refs:SetSnapshotDevice (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_writer.h92 void SetSnapshotDevice(android::base::unique_fd&& snapshot_fd, uint64_t cow_size);
/system/core/fs_mgr/libsnapshot/
Dsnapshot_writer.cpp128 void OnlineKernelSnapshotWriter::SetSnapshotDevice(android::base::unique_fd&& snapshot_fd, in SetSnapshotDevice() function in android::snapshot::OnlineKernelSnapshotWriter
Dsnapshot.cpp3225 writer->SetSnapshotDevice(std::move(fd), cow_size); in OpenKernelSnapshotWriter()