Searched refs:to_name (Results 1 – 1 of 1) sorted by relevance
7171 WCHAR *to_name; in copy_substream() local7173 to_name = malloc((wcslen(to) + wcslen(substream) + 1) * sizeof(WCHAR)); in copy_substream()7174 wcscpy(to_name, to); in copy_substream()7175 wcscat(to_name, substream); in copy_substream()7177 hTo = CreateFileW(to_name, GENERIC_WRITE, 0, NULL, OPEN_ALWAYS, in copy_substream()7202 free(to_name); in copy_substream()