Searched refs:OutFile_OpenW (Results 1 – 4 of 4) sorted by relevance
44 WRes OutFile_OpenW(CSzFile *p, const WCHAR *name);
112 WRes OutFile_OpenW(CSzFile *p, const WCHAR *name) { return File_OpenW(p, name, 1); } in OutFile_OpenW() function
476 if (OutFile_OpenW(&outFile, path)) in main()
237 return OutFile_OpenW(p, (LPCWSTR)name); in OutFile_OpenUtf16()