Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/tools/darch/src/
Dextract.c150 strcpy(entryInfo->pathName, CurrDir->fullPath); in GetNextEntry()
151 entryInfo->nameOffset = strlen(entryInfo->pathName); in GetNextEntry()
152 entryInfo->name = (char*)entryInfo->pathName + entryInfo->nameOffset; in GetNextEntry()
153 strcat(entryInfo->pathName, GetName(handle, fstEntry)); in GetNextEntry()
157 fprintf(stderr, "full path name is %s\n", entryInfo->pathName); in GetNextEntry()
183 strcpy(dirInfo->fullPath, entryInfo->pathName); in GetNextEntry()
224 if(stat(entryInfo->pathName, &sb)) in Diff()
228 fprintf(stdout, "%s: Directory does not exist\n", entryInfo->pathName); in Diff()
232 fprintf(stdout, "%s: File does not exist\n", entryInfo->pathName); in Diff()
241 fprintf(stdout, "%s: No longer a directory\n", entryInfo->pathName); in Diff()
[all …]
Dfst.c151 strcpy(currInfo->pathName, dirName); in dirSearch()
152 strcat(currInfo->pathName, "/"); in dirSearch()
155 currInfo->name = (char*)currInfo->pathName in dirSearch()
156 + strlen(currInfo->pathName); in dirSearch()
157 strcat(currInfo->pathName, findData.cFileName); in dirSearch()
179 entryCount = dirSearch(currInfo->pathName, entryCount); in dirSearch()
196 currInfo->pathName); in dirSearch()
288 fprintf(stderr, "pathname: %s\n", curr->pathName); in createFST()
364 fprintf(stdout, "%s", curr->pathName); in createUserFile()
372 fprintf(stdout, "%s", curr->pathName); in createUserFile()
[all …]
Dcreate.c54 char pathName[FILENAME_MAX]; // file name in archive member
142 strcpy(item->pathName, entryInfo.pathName); in CreateHierarchy()
144 item->name = item->pathName + item->nameOffset; in CreateHierarchy()
437 root->pathName[0] = '\0'; in InitializeRootDir()
438 root->name = root->pathName; in InitializeRootDir()
461 root->pathName[0] = '\0'; in ConstructStructureFromFST()
462 root->name = root->pathName; in ConstructStructureFromFST()
660 fprintf(stderr, "pathname: %s\n", item->pathName); in ConstructFSTFromStructure()
877 strcpy(item->pathName, currDir->pathName); in CreateHierarchyFromFilesRecursively()
878 strcat(item->pathName, "/"); in CreateHierarchyFromFilesRecursively()
[all …]
/RvlSDK-3.2.3/build/demos/darchdemo/src/
Ddarchdemo.c92 while(darchFileInfo->pathName) in GetFileInfo()
94 if(!DVDOpen(darchFileInfo->pathName, &dvdFileInfo)) in GetFileInfo()
96 OSReport("Failed to open %s\n", darchFileInfo->pathName); in GetFileInfo()
106 OSReport("Failed to read %s\n", darchFileInfo->pathName); in GetFileInfo()
/RvlSDK-3.2.3/build/tools/darch/include/
Ddarch.h55 char pathName[FILENAME_MAX]; member