Home
last modified time | relevance | path

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

/third_party/lzma/C/
D7zFile.h40 WRes OutFile_Open(CSzFile *p, const char *name);
D7zFile.c88 WRes OutFile_Open(CSzFile *p, const char *name) in OutFile_Open() function
/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c240 wres = OutFile_Open(&outStream.file, args[3]); in main2()
/third_party/lzma/C/Util/7z/
D7zMain.c243 res = OutFile_Open(p, (const char *)buf.data); in OutFile_OpenUtf16()