Searched refs:netpath (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dcommon.cpp1365 void COM_CopyFile (const char *netpath, const char *cachepath) argument
1371 remaining = Sys_FileOpenRead (netpath, &in);
1401 char netpath[MAX_OSPATH]; local
1457 sprintf (netpath, "%s/%s",search->filename, filename);
1459 findtime = Sys_FileTime (netpath);
1465 strcpy (cachepath, netpath);
1469 if ((strlen(netpath) < 2) || (netpath[1] != ':'))
1470 sprintf (cachepath,"%s%s", com_cachedir, netpath);
1472 sprintf (cachepath,"%s%s", com_cachedir, netpath
[all...]
/external/quake/quake/src/QW/client/
H A Dcommon.c1441 void COM_CopyFile (char *netpath, char *cachepath) argument
1447 remaining = COM_FileOpenRead (netpath, &in);
1481 char netpath[MAX_OSPATH]; local
1521 sprintf (netpath, "%s/%s",search->filename, filename);
1523 findtime = Sys_FileTime (netpath);
1527 Sys_Printf ("FindFile: %s\n",netpath);
1529 *file = fopen (netpath, "rb");

Completed in 61 milliseconds