Home
last modified time | relevance | path

Searched refs:OutFile_OpenW (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/C/
D7zFile.h44 WRes OutFile_OpenW(CSzFile *p, const WCHAR *name);
D7zFile.c112 WRes OutFile_OpenW(CSzFile *p, const WCHAR *name) { return File_OpenW(p, name, 1); } in OutFile_OpenW() function
/third_party/lzma/C/Util/SfxSetup/
DSfxSetup.c476 if (OutFile_OpenW(&outFile, path)) in main()
/third_party/lzma/C/Util/7z/
D7zMain.c237 return OutFile_OpenW(p, (LPCWSTR)name); in OutFile_OpenUtf16()