Searched refs:fromw (Results 1 – 1 of 1) sorted by relevance
7211 WCHAR *fromw; in copy_infostreams() local7223 fromw = enc_to_utf16(from, NULL); in copy_infostreams()7225 if (fromw != NULL && tow != NULL) in copy_infostreams()7228 sh = CreateFileW(fromw, GENERIC_READ, FILE_SHARE_READ, NULL, in copy_infostreams()7285 vim_free(fromw); in copy_infostreams()7395 WCHAR *fromw = NULL; in copy_extattr() local7418 fromw = enc_to_utf16(fromf, NULL); in copy_extattr()7420 if (fromw == NULL || tow == NULL) in copy_extattr()7424 pRtlInitUnicodeString(&u, fromw); in copy_extattr()7462 vim_free(fromw); in copy_extattr()