Searched refs:LoadMetaJson (Results 1 – 4 of 4) sorted by relevance
44 Result<Json::Value> LoadMetaJson(const std::string& snapshot_path);
257 Result<Json::Value> LoadMetaJson(const std::string& snapshot_path) { in LoadMetaJson() function265 auto meta_json = CF_EXPECT(LoadMetaJson(snapshot_path)); in GuestSnapshotDirectories()
70 auto meta_info_json = CF_EXPECT(LoadMetaJson(snapshot_dir_path)); in Commands()
545 auto meta_info_json = CF_EXPECT(LoadMetaJson(snapshot_dir_path)); in StartCommands()