Home
last modified time | relevance | path

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

/openbmc/phosphor-led-manager/manager/
H A Djson-config.hpp19 static constexpr auto confBasePath = "/usr/share/phosphor-led-manager"; variable
75 auto configFilePath = fs::path{confBasePath} / configFileName; in filePathExists()
152 confFile = fs::path{confBasePath} / confFileName; in getFilePath()
/openbmc/phosphor-fan-presence/
H A Djson_config.hpp37 constexpr auto confBasePath = "/usr/share/phosphor-fan-presence"; variable
258 confFile = fs::path{confBasePath} / appName / fileName; in getConfFile()
269 confFile = fs::path{confBasePath} / appName / value / fileName; in getConfFile()
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dpcie_card_metadata.cpp47 confFile = fs::path{confBasePath} / defaultPath; in loadCards()
76 confFile = fs::path{confBasePath} / basePath; in loadCards()