Home
last modified time | relevance | path

Searched refs:pathForIntfDev (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-networkd/test/
H A Dtest_network_manager.cpp82 auto netdev1 = config::pathForIntfDev(CaseTmpDir(), "eth0.2"); in TEST_F()
83 auto netdev2 = config::pathForIntfDev(CaseTmpDir(), "eth0.4094"); in TEST_F()
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.hpp26 fs::path pathForIntfDev(const fs::path& dir, std::string_view intf);
H A Dconfig_parser.cpp52 fs::path pathForIntfDev(const fs::path& dir, std::string_view intf) in pathForIntfDev() function
H A Dethernet_interface.cpp639 config::pathForIntfDev(manager.get().getConfDir(), intfName)); in createVLAN()
976 std::filesystem::remove(config::pathForIntfDev(confDir, intf), ec); in delete_()