Searched refs:dirName (Results 1 – 1 of 1) sorted by relevance
506 static int UTIL_prepareFileList(const char* dirName, in UTIL_prepareFileList() argument516 dirLength = strlen(dirName); in UTIL_prepareFileList()520 memcpy(path, dirName, dirLength); in UTIL_prepareFileList()536 memcpy(path, dirName, dirLength); in UTIL_prepareFileList()571 static int UTIL_prepareFileList(const char *dirName, in UTIL_prepareFileList() argument580 if (!(dir = opendir(dirName))) { in UTIL_prepareFileList()585 dirLength = strlen(dirName); in UTIL_prepareFileList()595 memcpy(path, dirName, dirLength); in UTIL_prepareFileList()639 static int UTIL_prepareFileList(const char *dirName, in UTIL_prepareFileList() argument683 static mode_t getDirMode(const char *dirName) in getDirMode() argument[all …]