Searched refs:kSnapshotPathField (Results 1 – 2 of 2) sorted by relevance
195 CF_EXPECTF(meta_json.isMember(kSnapshotPathField), in InstanceGuestSnapshotPath()196 "The given json is missing : {}", kSnapshotPathField); in InstanceGuestSnapshotPath()197 const std::string snapshot_path = meta_json[kSnapshotPathField].asString(); in InstanceGuestSnapshotPath()213 meta_info[kSnapshotPathField] = snapshot_path; in CreateMetaInfo()
51 inline constexpr const char kSnapshotPathField[] = "snapshot_path"; variable