Home
last modified time | relevance | path

Searched refs:confDir (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.hpp50 const std::filesystem::path& confDir);
78 return confDir; in getConfDir()
144 std::filesystem::path confDir; member in phosphor::network::Manager
H A Dnetwork_manager.cpp45 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 Dethernet_interface.cpp1036 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 Dtest_snmp_conf_manager.cpp28 std::string confDir; member in phosphor::network::snmp::TestSNMPConfManager
33 confDir = mkdtemp(tmp); in TestSNMPConfManager()
34 manager.dbusPersistentLocation = confDir; in TestSNMPConfManager()
H A Dtest_snmp_serialize.cpp32 std::string confDir = mkdtemp(tmp); in TestSerialize() local
33 manager.dbusPersistentLocation = confDir; in TestSerialize()
H A Dtest_snmp_client.cpp29 auto confDir = mkdtemp(tmp); in TestSNMPClient() local
30 manager.dbusPersistentLocation = confDir; in TestSNMPClient()
/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_signature.cpp39 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 Dtest_ethernet_interface.cpp32 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 Dutest.cpp199 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 Dactivation.cpp334 const fs::path& confDir) in verifySignature() argument
338 Signature signature(imageDir, confDir); in verifySignature()
H A Dactivation.hpp361 const fs::path& confDir);