Home
last modified time | relevance | path

Searched refs:net_specific (Results 1 – 25 of 30) sorted by relevance

12

/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/util/
H A Dsystem.h122 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific = true);
451 const fs::path& GetDataDir(bool net_specific) const;
H A Dsystem.cpp423 const fs::path& ArgsManager::GetDataDir(bool net_specific) const in GetDataDir()
426 fs::path& path = net_specific ? m_cached_network_datadir_path : m_cached_datadir_path; in GetDataDir()
442 if (net_specific) in GetDataDir()
1362 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific) in AbsPathForConfigVal() argument
1367 … return fsbridge::AbsPathJoin(net_specific ? gArgs.GetDataDirNet() : gArgs.GetDataDirBase(), path); in AbsPathForConfigVal()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/util/
H A Dsystem.h122 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific = true);
451 const fs::path& GetDataDir(bool net_specific) const;
H A Dsystem.cpp423 const fs::path& ArgsManager::GetDataDir(bool net_specific) const in GetDataDir()
426 fs::path& path = net_specific ? m_cached_network_datadir_path : m_cached_datadir_path; in GetDataDir()
442 if (net_specific) in GetDataDir()
1362 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific) in AbsPathForConfigVal() argument
1367 … return fsbridge::AbsPathJoin(net_specific ? gArgs.GetDataDirNet() : gArgs.GetDataDirBase(), path); in AbsPathForConfigVal()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/util/
H A Dsystem.h122 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific = true);
451 const fs::path& GetDataDir(bool net_specific) const;
H A Dsystem.cpp423 const fs::path& ArgsManager::GetDataDir(bool net_specific) const in GetDataDir()
426 fs::path& path = net_specific ? m_cached_network_datadir_path : m_cached_datadir_path; in GetDataDir()
442 if (net_specific) in GetDataDir()
1362 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific) in AbsPathForConfigVal() argument
1367 … return fsbridge::AbsPathJoin(net_specific ? gArgs.GetDataDirNet() : gArgs.GetDataDirBase(), path); in AbsPathForConfigVal()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/util/
H A Dsystem.h101 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific = true);
H A Dsystem.cpp1227 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific) in AbsPathForConfigVal() argument
1229 return fs::absolute(path, GetDataDir(net_specific)); in AbsPathForConfigVal()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/util/
H A Dsystem.h101 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific = true);
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/util/
H A Dsystem.h101 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific = true);
H A Dsystem.cpp1227 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific) in AbsPathForConfigVal() argument
1229 return fs::absolute(path, GetDataDir(net_specific)); in AbsPathForConfigVal()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/util/
H A Dsystem.h120 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific = true);
H A Dsystem.cpp1295 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific) in AbsPathForConfigVal() argument
1300 return fs::absolute(path, GetDataDir(net_specific)); in AbsPathForConfigVal()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/util/
H A Dsystem.h120 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific = true);
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/util/
H A Dsystem.h105 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific = true);
H A Dsystem.cpp1189 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific) in AbsPathForConfigVal() argument
1194 return fs::absolute(path, GetDataDir(net_specific)); in AbsPathForConfigVal()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/util/
H A Dsystem.h120 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific = true);
H A Dsystem.cpp1295 fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific) in AbsPathForConfigVal() argument
1300 return fs::absolute(path, GetDataDir(net_specific)); in AbsPathForConfigVal()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dutil_tests.cpp875 for (bool net_specific : {false, true}) { in ForEachMergeSetup()
876 … fn(arg_actions, conf_actions, soft_set, force_set, section, network, net_specific); in ForEachMergeSetup()
925 … const std::string& section, const std::string& network, bool net_specific) { in BOOST_FIXTURE_TEST_CASE() argument
933 const std::string& name = net_specific ? "wallet" : "server"; in BOOST_FIXTURE_TEST_CASE()
936 if (net_specific) parser.SetNetworkOnlyArg(key); in BOOST_FIXTURE_TEST_CASE()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dutil_tests.cpp875 for (bool net_specific : {false, true}) { in ForEachMergeSetup()
876 … fn(arg_actions, conf_actions, soft_set, force_set, section, network, net_specific); in ForEachMergeSetup()
925 … const std::string& section, const std::string& network, bool net_specific) { in BOOST_FIXTURE_TEST_CASE() argument
933 const std::string& name = net_specific ? "wallet" : "server"; in BOOST_FIXTURE_TEST_CASE()
936 if (net_specific) parser.SetNetworkOnlyArg(key); in BOOST_FIXTURE_TEST_CASE()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dutil_tests.cpp872 for (bool net_specific : {false, true}) { in ForEachMergeSetup()
873 … fn(arg_actions, conf_actions, soft_set, force_set, section, network, net_specific); in ForEachMergeSetup()
922 … const std::string& section, const std::string& network, bool net_specific) { in BOOST_FIXTURE_TEST_CASE() argument
930 const std::string& name = net_specific ? "wallet" : "server"; in BOOST_FIXTURE_TEST_CASE()
933 if (net_specific) parser.SetNetworkOnlyArg(key); in BOOST_FIXTURE_TEST_CASE()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dutil_tests.cpp875 for (bool net_specific : {false, true}) { in ForEachMergeSetup()
876 … fn(arg_actions, conf_actions, soft_set, force_set, section, network, net_specific); in ForEachMergeSetup()
925 … const std::string& section, const std::string& network, bool net_specific) { in BOOST_FIXTURE_TEST_CASE() argument
933 const std::string& name = net_specific ? "wallet" : "server"; in BOOST_FIXTURE_TEST_CASE()
936 if (net_specific) parser.SetNetworkOnlyArg(key); in BOOST_FIXTURE_TEST_CASE()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dutil_tests.cpp905 for (bool net_specific : {false, true}) { in ForEachMergeSetup()
906 … fn(arg_actions, conf_actions, soft_set, force_set, section, network, net_specific); in ForEachMergeSetup()
955 … const std::string& section, const std::string& network, bool net_specific) { in BOOST_FIXTURE_TEST_CASE() argument
963 const std::string& name = net_specific ? "wallet" : "server"; in BOOST_FIXTURE_TEST_CASE()
966 if (net_specific) parser.SetNetworkOnlyArg(key); in BOOST_FIXTURE_TEST_CASE()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dutil_tests.cpp905 for (bool net_specific : {false, true}) { in ForEachMergeSetup()
906 … fn(arg_actions, conf_actions, soft_set, force_set, section, network, net_specific); in ForEachMergeSetup()
955 … const std::string& section, const std::string& network, bool net_specific) { in BOOST_FIXTURE_TEST_CASE() argument
963 const std::string& name = net_specific ? "wallet" : "server"; in BOOST_FIXTURE_TEST_CASE()
966 if (net_specific) parser.SetNetworkOnlyArg(key); in BOOST_FIXTURE_TEST_CASE()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dutil_tests.cpp905 for (bool net_specific : {false, true}) { in ForEachMergeSetup()
906 … fn(arg_actions, conf_actions, soft_set, force_set, section, network, net_specific); in ForEachMergeSetup()
955 … const std::string& section, const std::string& network, bool net_specific) { in BOOST_FIXTURE_TEST_CASE() argument
963 const std::string& name = net_specific ? "wallet" : "server"; in BOOST_FIXTURE_TEST_CASE()
966 if (net_specific) parser.SetNetworkOnlyArg(key); in BOOST_FIXTURE_TEST_CASE()

12