Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/test/
H A Dtest_config_parser.cpp116 EXPECT_TRUE(parser.getFilename().empty()); in TEST_F()
125 EXPECT_EQ("/", parser.getFilename()); in TEST_F()
134 EXPECT_EQ("/no-such-path", parser.getFilename()); in TEST_F()
144 EXPECT_EQ(filename, parser.getFilename()); in TEST_F()
/openbmc/phosphor-networkd/src/
H A Dutil.cpp181 config.getFilename()); in systemdParseLast()
188 config.getFilename(), "CFG_VAL", *str); in systemdParseLast()
H A Dconfig_parser.hpp178 inline const fs::path& getFilename() const noexcept in getFilename() function in phosphor::network::config::Parser
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp2500 static std::string getFilename(const std::filesystem::path& dir, in getFilename() function
2543 std::string filename = getFilename(dumpDir, "crashdump_"); in handleCtrlBank()