Home
last modified time | relevance | path

Searched refs:snapshot_path (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_stub.h42 std::string* snapshot_path) override;
H A Dmock_snapshot.h43 std::string* snapshot_path),
H A Dsnapshot.h212 std::string* snapshot_path) = 0;
364 std::string* snapshot_path) override;
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp3576 std::string* snapshot_path) { in MapUpdateSnapshot() argument
3600 *snapshot_path = paths.snapshot_device; in MapUpdateSnapshot()
3602 *snapshot_path = paths.target_device; in MapUpdateSnapshot()
3604 DCHECK(!snapshot_path->empty()); in MapUpdateSnapshot()