Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stub.h41 std::string* snapshot_path) override;
Dmock_snapshot.h42 std::string* snapshot_path),
Dsnapshot.h208 std::string* snapshot_path) = 0;
356 std::string* snapshot_path) override;
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp3079 std::string* snapshot_path) { in MapUpdateSnapshot() argument
3103 *snapshot_path = paths.snapshot_device; in MapUpdateSnapshot()
3105 *snapshot_path = paths.target_device; in MapUpdateSnapshot()
3107 DCHECK(!snapshot_path->empty()); in MapUpdateSnapshot()