Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/test/
H A Dtest_config_parser.cpp115 EXPECT_FALSE(parser.getFileExists()); in TEST_F()
124 EXPECT_FALSE(parser.getFileExists()); in TEST_F()
133 EXPECT_FALSE(parser.getFileExists()); in TEST_F()
143 EXPECT_TRUE(parser.getFileExists()); in TEST_F()
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.hpp162 inline bool getFileExists() const noexcept in getFileExists() function in phosphor::network::config::Parser
H A Dutil.cpp173 if (!config.getFileExists()) in systemdParseLast()