Searched refs:pathForIntfDev (Results 1 – 4 of 4) sorted by relevance
82 auto netdev1 = config::pathForIntfDev(CaseTmpDir(), "eth0.2"); in TEST_F()83 auto netdev2 = config::pathForIntfDev(CaseTmpDir(), "eth0.4094"); in TEST_F()
26 fs::path pathForIntfDev(const fs::path& dir, std::string_view intf);
52 fs::path pathForIntfDev(const fs::path& dir, std::string_view intf) in pathForIntfDev() function
691 config::pathForIntfDev(manager.get().getConfDir(), intfName)); in createVLAN()1039 std::filesystem::remove(config::pathForIntfDev(confDir, intf), ec); in delete_()