Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/command_util/
Dsnapshot_utils.cc256 std::string SnapshotMetaJsonPath(const std::string& snapshot_path) { in SnapshotMetaJsonPath() function
261 auto meta_json_path = SnapshotMetaJsonPath(snapshot_path); in LoadMetaJson()
Dsnapshot_utils.h43 std::string SnapshotMetaJsonPath(const std::string& snapshot_path);
/device/google/cuttlefish/host/commands/snapshot_util_cvd/
Dsnapshot_taker.cc81 const auto meta_json_path = SnapshotMetaJsonPath(snapshot_path); in HandleHostGroupSnapshot()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc181 const auto meta_json_path = SnapshotMetaJsonPath(snapshot_dir_path); in RestoreHostFiles()