Home
last modified time | relevance | path

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

/external/lzma/C/
D7zFile.h39 WRes OutFile_OpenW(CSzFile *p, const WCHAR *name);
D7zFile.c75 WRes OutFile_OpenW(CSzFile *p, const WCHAR *name) { return File_OpenW(p, name, 1); } in OutFile_OpenW() function
/external/lzma/C/Util/7z/
D7zMain.c218 return OutFile_OpenW(p, name); in OutFile_OpenUtf16()
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c465 if (OutFile_OpenW(&outFile, path)) in main()