Home
last modified time | relevance | path

Searched defs:source_device (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshotctl.cpp136 auto source_device = "/dev/block/mapper/" + system_source_name; in CreateTestUpdate() local
H A Dsnapshot_writer.cpp33 void ISnapshotWriter::SetSourceDevice(const std::string& source_device) { in SetSourceDevice()
H A Dsnapshot_reader.cpp107 void CompressedSnapshotReader::SetSourceDevice(const std::string& source_device) { in SetSourceDevice()
H A Dsnapshot.cpp1763 std::string source_device; in PerformInitTransition() local
2463 auto source_device = GetSourceDeviceName(params.GetPartitionName()); in MapPartitionWithSnapshot() local
3610 const std::optional<std::string>& source_device) { in OpenSnapshotWriter()