Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/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.c50 char pathName[FILENAME_MAX]; // file name in archive member
138 strcpy(item->pathName, entryInfo.pathName); in CreateHierarchy()
140 item->name = item->pathName + item->nameOffset; in CreateHierarchy()
433 root->pathName[0] = '\0'; in InitializeRootDir()
434 root->name = root->pathName; in InitializeRootDir()
457 root->pathName[0] = '\0'; in ConstructStructureFromFST()
458 root->name = root->pathName; in ConstructStructureFromFST()
656 fprintf(stderr, "pathname: %s\n", item->pathName); in ConstructFSTFromStructure()
872 strcpy(item->pathName, currDir->pathName); in CreateHierarchyFromFilesRecursively()
873 strcat(item->pathName, "/"); in CreateHierarchyFromFilesRecursively()
[all …]
/RvlSDK-3.1.4/build/demos/arcdemo/src/
Darctest2.c38 void chdirOpenAllocRead(char* dirName, char* pathName);
58 void chdirOpenAllocRead(char* dirName, char* pathName) in chdirOpenAllocRead() argument
92 result = ARCOpen(&Arc, pathName, &afinfo); in chdirOpenAllocRead()
96 result = DVDOpen(pathName, &finfo); in chdirOpenAllocRead()
99 OSReport("Opening %s took \n", pathName); in chdirOpenAllocRead()
127 OSReport("Error occurred when reading %s\n", pathName); in chdirOpenAllocRead()
136 OSReport("Error occurred when reading %s\n", pathName); in chdirOpenAllocRead()
Darctest1.c38 void chdirOpenAllocRead(char* dirName, char* pathName);
56 void chdirOpenAllocRead(char* dirName, char* pathName) in chdirOpenAllocRead() argument
91 result = ARCOpen(&Arc, pathName, &afinfo); in chdirOpenAllocRead()
95 result = DVDOpen(pathName, &finfo); in chdirOpenAllocRead()
98 OSReport("Opening %s \n", pathName); in chdirOpenAllocRead()
121 OSReport("Error occurred when reading %s\n", pathName); in chdirOpenAllocRead()
Darctest3.c33 static void printOneLevel(char* pathName);
46 static void printOneLevel(char* pathName) in printOneLevel() argument
70 strcpy(path, pathName); in printOneLevel()
/RvlSDK-3.1.4/build/demos/hio2demo/vc++/HioIf/src/
DHio2IfHost.cpp67 BOOL hio2EnumCallback(HIO2DevicePath pathName, void* param) in hio2EnumCallback() argument
70 pHio2If->AddDevicePath(pathName); in hio2EnumCallback()
251 HIO2IF_RESULT CHio2If::Open(HIO2DevicePath pathName, HIO2IF_EVENT_CALLBACK callback, HIO2IF_ID& id) in Open() argument
258 LPCSTR p = pathName; in Open()
269 nPcChan = pathName; in Open()
274 nIndex = m_cHioStatus.IndexOf((LPVOID)pathName, Hio2IfCompPcChan); in Open()
279 return SetError(HIO2IF_ERROR_CHAN_ALREADY_OPENED, pathName); in Open()
282 HIO2Handle h = m_cHio2Dll.Open(pathName, hio2Callback, NULL, NULL); in Open()
284 return SetFatal(HIO2IF_FATAL_OPEN, pathName, m_cHio2Dll.GetLastError()); in Open()
297 pStatus->m_pPathName = new TCHAR [lstrlen(pathName) + 1]; in Open()
[all …]
DHio2DllIf.cpp94 HIO2Handle CHio2DllIf::Open( HIO2DevicePath pathName, HIO2ReceiveCallback callback, in Open() argument
98 return m_fncOpen(pathName, callback, notify, param); in Open()
/RvlSDK-3.1.4/build/demos/dvddemo/src/
Ddirectory.c42 static void printOneLevel(char* pathName);
53 static void printOneLevel(char* pathName) in printOneLevel() argument
77 strcpy(path, pathName); in printOneLevel()
/RvlSDK-3.1.4/build/libraries/tc/src/
DTCScriptFile.cpp106 static void TCProcessSiKey ( u32 index, char* pathName, char* fileName );
249 static void TCProcessSiKey ( u32 index, char* pathName, char* fileName ) in TCProcessSiKey() argument
267 if( pathName != NULL ) in TCProcessSiKey()
269 len = strlen(pathName); in TCProcessSiKey()
276 if(pathName) in TCProcessSiKey()
278 strcpy(fullName, pathName); in TCProcessSiKey()
/RvlSDK-3.1.4/build/demos/hio2demo/vc++/simple/
Dsimple.cpp62 BOOL __EnumCallback(HIO2DevicePath pathName, void* param) in __EnumCallback() argument
64 lstrcpy(l_lpszDevicePathBuffer, pathName); in __EnumCallback()
/RvlSDK-3.1.4/include/revolution/
Dhio2.h139 HIO2API HIO2Handle HIO2Open ( HIO2DevicePath pathName, HIO2ReceiveCallback callback, HIO2NotifyCa…
168 typedef HIO2Handle (*HIO2OpenType) ( HIO2DevicePath pathName, HIO2ReceiveCallback callback, HIO2N…
/RvlSDK-3.1.4/build/demos/hio2demo/vc++/HioIf/include/
DHio2IfHost.h102 HIO2IF_RESULT Open(HIO2DevicePath pathName, HIO2IF_EVENT_CALLBACK callback, HIO2IF_ID& id);
185 void AddDevicePath(HIO2DevicePath pathName);
DHio2DllIf.h29 …HIO2Handle Open ( HIO2DevicePath pathName, HIO2ReceiveCallback callback, HIO2NotifyCallback noti…
/RvlSDK-3.1.4/build/demos/videmo/src/
Dviewer.c125 static void printOneLevel(char* pathName);
354 static void printOneLevel(char* pathName) in printOneLevel() argument
375 #pragma unused(pathName) in printOneLevel()
/RvlSDK-3.1.4/build/tools/darch/include/
Ddarch.h52 char pathName[FILENAME_MAX]; member