Home
last modified time | relevance | path

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

/external/lzma/C/
D7zFile.h35 WRes OutFile_Open(CSzFile *p, const char *name);
D7zFile.c61 WRes OutFile_Open(CSzFile *p, const char *name) { return File_Open(p, name, 1); } in OutFile_Open() function
/external/lzma/C/Util/Lzma/
DLzmaUtil.c208 if (OutFile_Open(&outStream.file, args[3]) != 0) in main2()
/external/lzma/C/Util/7z/
D7zMain.c224 res = OutFile_Open(p, (const char *)buf.data); in OutFile_OpenUtf16()