Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/tools/darch/src/
Dextract.c40 static DirInfo* CurrDir = &RootDir; variable
140 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()
Dcreate.c44 static char CurrDir[FILENAME_MAX]; variable
1173 GetCurrentDirectory(FILENAME_MAX, CurrDir); in CreateArc()
1184 SetCurrentDirectory(CurrDir); in CreateArc()