Home
last modified time | relevance | path

Searched refs:source_device (Results 1 – 8 of 8) 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
144 auto writer = sm->OpenSnapshotWriter(clpp, {source_device}); in CreateTestUpdate()
H A Dsnapshot_writer.cpp33 void ISnapshotWriter::SetSourceDevice(const std::string& source_device) { in SetSourceDevice() argument
34 source_device_ = {source_device}; in SetSourceDevice()
H A Dsnapshot_reader.cpp107 void CompressedSnapshotReader::SetSourceDevice(const std::string& source_device) { in SetSourceDevice() argument
108 source_device_ = {source_device}; in SetSourceDevice()
H A Dsnapshot_reader.h56 void SetSourceDevice(const std::string& source_device);
H A Dsnapshot.cpp1763 std::string source_device; in PerformInitTransition() local
1764 if (!dm_.GetDmDevicePathByName(source_device_name, &source_device)) { in PerformInitTransition()
2464 created_devices.EmplaceBack<AutoUnmapDevice>(&dm_, source_device); in MapPartitionWithSnapshot()
3610 const std::optional<std::string>& source_device) { in OpenSnapshotWriter() argument
3613 (void)source_device; in OpenSnapshotWriter()
3658 LockedFile* lock, const std::optional<std::string>& source_device,
3678 if (source_device) {
3679 writer->SetSourceDevice(*source_device);
3702 LockedFile* lock, const std::optional<std::string>& source_device,
3719 if (source_device) {
[all …]
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_stub.h45 const std::optional<std::string>& source_device) override;
H A Dsnapshot.h223 const std::optional<std::string>& source_device) = 0;
367 const std::optional<std::string>& source_device) override;
697 LockedFile* lock, const std::optional<std::string>& source_device,
701 LockedFile* lock, const std::optional<std::string>& source_device,
H A Dsnapshot_writer.h40 void SetSourceDevice(const std::string& source_device);