Lines Matching refs:cache_file
996 pdom->cache_file = strdup(buf);
998 * We don't give an error if pdom->cache_file is not set.
1273 if (pdom->cache_file == 0)
1286 unlink(pdom->cache_file);
1290 fd = open(pdom->cache_file, O_CREAT|O_WRONLY, 0444);
1306 unlink(pdom->cache_file);
1317 unlink(pdom->cache_file);
1331 unlink(pdom->cache_file);
1459 if (pdom->cache_file)
1460 unlink(pdom->cache_file);