Searched refs:snapshot_dir_path (Results 1 – 3 of 3) sorted by relevance
69 const std::string snapshot_dir_path = config_.snapshot_path(); in Commands() local70 auto meta_info_json = CF_EXPECT(LoadMetaJson(snapshot_dir_path)); in Commands()77 const auto restore_path = snapshot_dir_path + "/" + in Commands()
188 const std::string& snapshot_dir_path) { in RestoreHostFiles() argument189 const auto meta_json_path = SnapshotMetaJsonPath(snapshot_dir_path); in RestoreHostFiles()192 CF_EXPECT(GuestSnapshotDirectories(snapshot_dir_path)); in RestoreHostFiles()201 CF_EXPECT(CopyDirectoryRecursively(snapshot_dir_path, cuttlefish_root_dir, in RestoreHostFiles()
475 const std::string snapshot_dir_path = config.snapshot_path(); in StartCommands() local476 auto meta_info_json = CF_EXPECT(LoadMetaJson(snapshot_dir_path)); in StartCommands()483 const auto restore_path = snapshot_dir_path + "/" + in StartCommands()