Home
last modified time | relevance | path

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

/third_party/lzma/C/
D7zFile.h43 WRes InFile_OpenW(CSzFile *p, const WCHAR *name);
D7zFile.c111 WRes InFile_OpenW(CSzFile *p, const WCHAR *name) { return File_OpenW(p, name, 0); } in InFile_OpenW() function
/third_party/lzma/C/Util/SfxSetup/
DSfxSetup.c364 if (InFile_OpenW(&archiveStream.file, sfxPath) != 0) in main()
/third_party/lzma/C/Util/7z/
D7zMain.c588 InFile_OpenW(&archiveStream.file, L"\test.7z"); // change it in main()