Searched refs:to_ce (Results 1 – 1 of 1) sorted by relevance
1759 auto to_ce = create_data_user_ce_path(volume_uuid, userId); in restoreAppDataSnapshot() local1760 int rc = copy_directory_recursive(from_ce.c_str(), to_ce.c_str()); in restoreAppDataSnapshot()1762 res = error(rc, "Failed copying " + from_ce + " to " + to_ce); in restoreAppDataSnapshot()