Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_stub.h41 std::string* snapshot_path) override;
H A Dmock_snapshot.h42 std::string* snapshot_path),
H A Dsnapshot.h208 std::string* snapshot_path) = 0;
356 std::string* snapshot_path) override;
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp3111 std::string* snapshot_path) { in MapUpdateSnapshot() argument
3135 *snapshot_path = paths.snapshot_device; in MapUpdateSnapshot()
3137 *snapshot_path = paths.target_device; in MapUpdateSnapshot()
3139 DCHECK(!snapshot_path->empty()); in MapUpdateSnapshot()