Home
last modified time | relevance | path

Searched refs:getConfDir (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Ddhcp_configuration.cpp26 parent.get().manager.get().getConfDir(), parent.get().interfaceName())); in Configuration()
H A Dnetwork_manager.hpp80 inline const auto& getConfDir() const in getConfDir() function in phosphor::network::Manager
H A Dethernet_interface.cpp771 config::pathForIntfDev(manager.get().getConfDir(), intfName)); in createVLAN()
806 if (manager.getConfDir() == "/etc/systemd/network"sv) in writeUpdatedTime()
959 config::pathForIntfConf(manager.get().getConfDir(), interfaceName()); in writeConfigurationFile()
1017 config::pathForIntfConf(manager.get().getConfDir(), interface)); in macAddress()
1119 const auto& confDir = eth.get().manager.get().getConfDir(); in delete_()