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

  /external/clearsilver/imd/
imd.c 279 FILE *infile=0, *cachefile=0; local
286 cachefile = fopen(cachepath,"rb");
287 if (cachefile) {
290 /* fprintf(stderr,"using cachefile: %s\n",cachepath); */
291 dispfile = cachefile;
331 cachefile = fopen(cachepath,"rb");
335 if (cachefile) {
336 dispfile = cachefile;
338 } else /* no cachefile */ {
  /prebuilt/common/ant/
ant.jar 

Completed in 27 milliseconds