Home
last modified time | relevance | path

Searched refs:kSnapshotPathField (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/command_util/
Dsnapshot_utils.cc198 CF_EXPECTF(meta_json.isMember(kSnapshotPathField), in InstanceGuestSnapshotPath()
199 "The given json is missing : {}", kSnapshotPathField); in InstanceGuestSnapshotPath()
200 const std::string snapshot_path = meta_json[kSnapshotPathField].asString(); in InstanceGuestSnapshotPath()
216 meta_info[kSnapshotPathField] = snapshot_path; in CreateMetaInfo()
Dsnapshot_utils.h51 inline constexpr const char kSnapshotPathField[] = "snapshot_path"; variable