Searched refs:dirent (Results 1 – 2 of 2) sorted by relevance
66 struct dirent *dirent; in removeDirAndFiles() local67 while ((dirent = readdir(dir)) != NULL) { in removeDirAndFiles()68 if (dirent->d_type == DT_DIR) { in removeDirAndFiles()71 if (strcmp(dirent->d_name, ".") == 0 || strcmp(dirent->d_name, "..") == 0) { in removeDirAndFiles()74 const int filePathBufSize = getFilePathBufSize(dirPath, dirent->d_name); in removeDirAndFiles()76 getFilePath(dirPath, dirent->d_name, filePathBufSize, filePath); in removeDirAndFiles()
233 struct dirent *proc_entry; in read_stats()