Searched refs:CurrDir (Results 1 – 2 of 2) sorted by relevance
40 static DirInfo* CurrDir = &RootDir; variable140 while(CurrDir->nextEntry == handle->currEntry) in GetNextEntry()142 CurrDir = CurrDir->parent; in GetNextEntry()144 free(CurrDir->child); in GetNextEntry()145 CurrDir->child = NULL; in GetNextEntry()150 strcpy(entryInfo->pathName, CurrDir->fullPath); in GetNextEntry()180 CurrDir->child = dirInfo; in GetNextEntry()182 dirInfo->parent = CurrDir; in GetNextEntry()187 CurrDir = dirInfo; in GetNextEntry()
44 static char CurrDir[FILENAME_MAX]; variable1173 GetCurrentDirectory(FILENAME_MAX, CurrDir); in CreateArc()1184 SetCurrentDirectory(CurrDir); in CreateArc()