HomeSort by relevance Sort by last modified time
    Searched refs:findtime (Results 1 - 3 of 3) 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...]
  /gdk/samples/quake/jni/
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 1080 milliseconds