Searched refs:source_device (Results 1 – 8 of 8) sorted by relevance
/aosp14/system/core/fs_mgr/libsnapshot/ |
H A D | snapshotctl.cpp | 136 auto source_device = "/dev/block/mapper/" + system_source_name; in CreateTestUpdate() local 144 auto writer = sm->OpenSnapshotWriter(clpp, {source_device}); in CreateTestUpdate()
|
H A D | snapshot_writer.cpp | 33 void ISnapshotWriter::SetSourceDevice(const std::string& source_device) { in SetSourceDevice() argument 34 source_device_ = {source_device}; in SetSourceDevice()
|
H A D | snapshot_reader.cpp | 107 void CompressedSnapshotReader::SetSourceDevice(const std::string& source_device) { in SetSourceDevice() argument 108 source_device_ = {source_device}; in SetSourceDevice()
|
H A D | snapshot_reader.h | 56 void SetSourceDevice(const std::string& source_device);
|
H A D | snapshot.cpp | 1763 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 D | snapshot_stub.h | 45 const std::optional<std::string>& source_device) override;
|
H A D | snapshot.h | 223 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 D | snapshot_writer.h | 40 void SetSourceDevice(const std::string& source_device);
|