Home
last modified time | relevance | path

Searched refs:dirInfo (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2/build/tools/darch/src/
Dextract.c128 DirInfo* dirInfo; in GetNextEntry() local
174 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()