Searched refs:dirInfo (Results 1 – 1 of 1) sorted by relevance
128 DirInfo* dirInfo; in GetNextEntry() local174 if ( NULL == (dirInfo = malloc(sizeof(DirInfo))) ) in GetNextEntry()180 CurrDir->child = dirInfo; in GetNextEntry()181 dirInfo->child = NULL; in GetNextEntry()182 dirInfo->parent = CurrDir; in GetNextEntry()183 strcpy(dirInfo->fullPath, entryInfo->pathName); in GetNextEntry()184 strcat(dirInfo->fullPath, "/"); in GetNextEntry()185 dirInfo->nextEntry = entryInfo->nextEntry; in GetNextEntry()187 CurrDir = dirInfo; in GetNextEntry()