Searched refs:LoadMetaJson (Results 1 – 4 of 4) sorted by relevance
260 Result<Json::Value> LoadMetaJson(const std::string& snapshot_path) { in LoadMetaJson() function268 auto meta_json = CF_EXPECT(LoadMetaJson(snapshot_path)); in GuestSnapshotDirectories()
44 Result<Json::Value> LoadMetaJson(const std::string& snapshot_path);
140 auto meta_info_json = CF_EXPECT(LoadMetaJson(snapshot_dir_path)); in SetToRestoreFromSnapshot()
455 auto meta_info_json = CF_EXPECT(LoadMetaJson(snapshot_dir_path)); in StartCommands()