Searched refs:confDir (Results 1 – 11 of 11) sorted by relevance
/openbmc/phosphor-networkd/src/ |
H A D | network_manager.hpp | 50 const std::filesystem::path& confDir); 78 return confDir; in getConfDir() 144 std::filesystem::path confDir; member in phosphor::network::Manager
|
H A D | network_manager.cpp | 45 const std::filesystem::path& confDir) : in Manager() argument 47 reload(reload), bus(bus), objPath(std::string(objPath)), confDir(confDir), in Manager() 155 std::filesystem::create_directories(confDir); 195 config::Parser config(config::pathForIntfConf(confDir, *info.intf.name)); in createInterface() 484 for (const auto& dirent : std::filesystem::directory_iterator(confDir)) in reset()
|
H A D | ethernet_interface.cpp | 1036 const auto& confDir = eth.get().manager.get().getConfDir(); in delete_() local 1038 std::filesystem::remove(config::pathForIntfConf(confDir, intf), ec); in delete_() 1039 std::filesystem::remove(config::pathForIntfDev(confDir, intf), ec); in delete_()
|
/openbmc/phosphor-snmp/test/ |
H A D | test_snmp_conf_manager.cpp | 28 std::string confDir; member in phosphor::network::snmp::TestSNMPConfManager 33 confDir = mkdtemp(tmp); in TestSNMPConfManager() 34 manager.dbusPersistentLocation = confDir; in TestSNMPConfManager()
|
H A D | test_snmp_serialize.cpp | 32 std::string confDir = mkdtemp(tmp); in TestSerialize() local 33 manager.dbusPersistentLocation = confDir; in TestSerialize()
|
H A D | test_snmp_client.cpp | 29 auto confDir = mkdtemp(tmp); in TestSNMPClient() local 30 manager.dbusPersistentLocation = confDir; in TestSNMPClient()
|
/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | test_signature.cpp | 39 std::string confDir = mkdtemp(const_cast<char*>(tmpConfDir.c_str())); in SetUp() local 44 signedConfPath = confDir; in SetUp() 47 signedConfPNORPath = confDir; in SetUp()
|
/openbmc/phosphor-networkd/test/ |
H A D | test_ethernet_interface.cpp | 32 std::filesystem::path confDir; member in phosphor::network::TestEthernetInterface 36 bus(sdbusplus::bus::new_default()), confDir(CaseTmpDir()), in TestEthernetInterface() 37 manager(bus, "/xyz/openbmc_test/network", confDir), in TestEthernetInterface() 154 config::Parser parser((confDir / "00-bmc-test0.network").native()); in TEST_F() 171 config::Parser parser((confDir / "00-bmc-test0.network").native()); in TEST_F()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/test/ |
H A D | utest.cpp | 199 std::string confDir = mkdtemp(const_cast<char*>(tmpConfDir.c_str())); in SetUp() local 204 signedConfPath = confDir; in SetUp() 207 signedConfOpenBMCPath = confDir; in SetUp()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | activation.cpp | 334 const fs::path& confDir) in verifySignature() argument 338 Signature signature(imageDir, confDir); in verifySignature()
|
H A D | activation.hpp | 361 const fs::path& confDir);
|