Home
last modified time | relevance | path

Searched refs:File_Construct (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c202 File_Construct(&inStream.file); in main2()
206 File_Construct(&outStream.file); in main2()
/third_party/lzma/C/
D7zFile.h37 void File_Construct(CSzFile *p);
D7zFile.c40 void File_Construct(CSzFile *p) in File_Construct() function