OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:netpath
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/WinQuake/
common.cpp
1365
void COM_CopyFile (const char *
netpath
, const char *cachepath)
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
+2)
[
all
...]
WinQuake.ncb
[
all
...]
/external/quake/quake/src/QW/client/
common.c
1441
void COM_CopyFile (char *
netpath
, char *cachepath)
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");
[
all
...]
Completed in 319 milliseconds