HomeSort by relevance Sort by last modified time
    Searched refs:cachepath (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
common.cpp 1365 void COM_CopyFile (const char *netpath, const char *cachepath)
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...]
  /external/quake/quake/src/QW/client/
common.c 1441 void COM_CopyFile (char *netpath, char *cachepath)
1448 COM_CreatePath (cachepath); // create directories up to the cache file
1449 out = fopen(cachepath, "wb");
1451 Sys_Error ("Error opening %s", cachepath);
    [all...]

Completed in 30 milliseconds