Searched refs:substream (Results 1 – 2 of 2) sorted by relevance
7168 copy_substream(HANDLE sh, void *context, WCHAR *to, WCHAR *substream, long len) in copy_substream() argument7173 to_name = malloc((wcslen(to) + wcslen(substream) + 1) * sizeof(WCHAR)); in copy_substream()7175 wcscat(to_name, substream); in copy_substream()
7437 Problem: Win32: The NTFS substream isn't copied.7438 Solution: Copy the substream when making a backup copy. (Muraoka Taro)