Searched defs:cachepath (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dcommon.c1441 void COM_CopyFile (char *netpath, char *cachepath) argument
1448 COM_CreatePath (cachepath); // create directories up to the cache file
1449 out = fopen(cachepath, "wb");
1451 Sys_Error ("Error opening %s", cachepath);
/external/quake/quake/src/WinQuake/
H A Dcommon.cpp1365 void COM_CopyFile (const char *netpath, const char *cachepath) argument
1372 COM_CreatePath (cachepath); // create directories up to the cache file
1373 out = Sys_FileOpenWrite (cachepath);
1402 char cachepath[MAX_OSPATH]; local
1465 strcpy (cachepath, netpath);
1470 sprintf (cachepath,"%s%s", com_cachedir, netpath);
1472 sprintf (cachepath,"%s%s", com_cachedir, netpath+2);
1474 sprintf (cachepath,"%s%s", com_cachedir, netpath);
1477 cachetime = Sys_FileTime (cachepath);
1480 COM_CopyFile (netpath, cachepath);
[all...]

Completed in 57 milliseconds