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

/external/lz4/programs/
H A Dutil.h282 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd) function
318 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFileList" with the new path. */
346 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd) function
373 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFileList" with the new path. */
389 errno = 0; /* clear errno after UTIL_isDirectory, UTIL_prepareFileList */
403 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd) function
443 nbFiles += UTIL_prepareFileList(inputNames[i], &buf, &pos, &bufend);

Completed in 77 milliseconds