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