Searched defs:xz_open (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dxzlib.c139 xz_open(const char *path, int fd, const char *mode ATTRIBUTE_UNUSED) function
210 return xz_open(path, -1, mode);
227 xz = xz_open(path, fd, mode);

Completed in 94 milliseconds