Home
last modified time | relevance | path

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

/external/lzma/C/Util/Lzma/
DLzmaUtil.c180 File_Construct(&inStream.file); in main2()
183 File_Construct(&outStream.file); in main2()
/external/lzma/C/
D7zFile.h32 void File_Construct(CSzFile *p);
D7zFile.c30 void File_Construct(CSzFile *p) in File_Construct() function