Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dfitimage.py215 for reqpath in req_itspaths:
216 if not reqpath in itspaths:
217 self.fail('Missing section in its file: %s' % reqpath)
533 for reqpath in req_itspaths:
534 if not reqpath in itspaths:
535 self.fail('Missing section in its file: %s' % reqpath)
681 for reqpath in req_itspaths:
682 if not reqpath in itspaths:
683 self.fail('Missing section in its file: %s' % reqpath)
/openbmc/bmcweb/redfish-core/lib/
H A Dpower_supply.hpp120 const std::string reqpath = "/xyz/openbmc_project/inventory"; in handlePowerSupplyCollectionGet() local
123 chassisId, reqpath, chasisInterfaces, "powered_by", in handlePowerSupplyCollectionGet()
184 const std::string reqpath = "/xyz/openbmc_project/inventory"; in getValidPowerSupplyPath() local
187 chassisId, reqpath, chasisInterfaces, "powered_by", in getValidPowerSupplyPath()