Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/test/
H A Dtest_config_parser.cpp123 parser.setFile("/"); in TEST_F()
132 parser.setFile("/no-such-path"); in TEST_F()
142 parser.setFile(filename); in TEST_F()
170 parser.setFile(filename); in TEST_F()
176 parser.setFile(filename); in TEST_F()
202 parser.setFile(filename); in TEST_F()
/openbmc/openpower-occ-control/
H A Docc_errors.hpp105 inline void setFile(const fs::path& f) in setFile() function in open_power::occ::Error
H A Docc_device.hpp118 throttleProcTemp.setFile(devPath / "occ_dvfs_ot"); in addErrorWatch()
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.cpp122 setFile(filename); in Parser()
249 void Parser::setFile(const fs::path& filename) in setFile() function in phosphor::network::config::Parser
H A Dconfig_parser.hpp186 void setFile(const fs::path& filename);