Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dconfig_file_parser.cpp52 fs::path pathName, possiblePath; in find() local
60 possiblePath = configFileDir / fileName; in find()
61 if (fs::is_regular_file(possiblePath)) in find()
63 pathName = possiblePath; in find()
73 possiblePath = configFileDir / fileName; in find()
74 if (fs::is_regular_file(possiblePath)) in find()
76 pathName = possiblePath; in find()