Searched defs:cache_file (Results 1 – 2 of 2) sorted by relevance
73 struct cache_file struct75 char magic[sizeof CACHEMAGIC - 1];76 unsigned int nlibs;77 struct file_entry libs[0];
131 static char *cache_file; variable