Searched refs:cache_path (Results 1 – 2 of 2) sorted by relevance
35 char *cache_path; member123 extra->cache_path = bstrdup(file); in check_cache_callback()143 extra.cache_path = NULL; in main()167 free(extra.cache_path); in main()168 extra.cache_path = NULL; in main()175 check_cache(extra.cache_path, &config, &extra); in main()176 if (unlink(extra.cache_path) < 0) in main()177 sysdiag("unable to unlink temporary cache %s", extra.cache_path); in main()178 free(extra.cache_path); in main()179 extra.cache_path = NULL; in main()[all …]
161 std::string cache_path = *cache_path_or_err; in GetFileForModule() local171 cache_key, url_path, cache_path, debuginfod_urls, timeout); in GetFileForModule()