| 796 | } |
| 797 | |
| 798 | void ClearDatadirCache() |
| 799 | { |
| 800 | LOCK(csPathCached); |
| 801 | |
| 802 | pathCached = fs::path(); |
| 803 | pathCachedNetSpecific = fs::path(); |
| 804 | g_blocks_path_cached = fs::path(); |
| 805 | g_blocks_path_cache_net_specific = fs::path(); |
| 806 | } |
| 807 | |
| 808 | fs::path GetConfigFile(const std::string& confPath) |
| 809 | { |
no outgoing calls