OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findtime
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/WinQuake/
common.cpp
1405
int
findtime
, cachetime;
local
1459
findtime
= Sys_FileTime (netpath);
1460
if (
findtime
== -1)
1479
if (cachetime <
findtime
)
[
all
...]
/external/quake/quake/src/QW/client/
common.c
1484
int
findtime
;
local
1523
findtime
= Sys_FileTime (netpath);
1524
if (
findtime
== -1)
[
all
...]
Completed in 300 milliseconds