Home
last modified time | relevance | path

Searched refs:pathForIntfConf (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Ddhcp_configuration.cpp27 config::Parser conf(config::pathForIntfConf( in Configuration()
H A Dconfig_parser.hpp25 fs::path pathForIntfConf(const fs::path& dir, std::string_view intf);
H A Dethernet_interface.cpp815 auto path = config::pathForIntfConf(manager.get().getConfDir(), in writeConfigurationFile()
872 config::pathForIntfConf(manager.get().getConfDir(), interface)); in macAddress()
975 std::filesystem::remove(config::pathForIntfConf(confDir, intf), ec); in delete_()
H A Dconfig_parser.cpp47 fs::path pathForIntfConf(const fs::path& dir, std::string_view intf) in pathForIntfConf() function
H A Dnetwork_manager.cpp194 config::Parser config(config::pathForIntfConf(confDir, *info.intf.name)); in createInterface()