Searched refs:kSnapshotPathField (Results 1 – 2 of 2) sorted by relevance
198 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()
51 inline constexpr const char kSnapshotPathField[] = "snapshot_path"; variable