Home
last modified time | relevance | path

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

/openbmc/estoraged/src/
H A Dutil.cpp166 auto findLocationCode = data.find("LocationCode"); in findDevice() local
167 if (findLocationCode != data.end()) in findDevice()
170 std::get_if<std::string>(&findLocationCode->second); in findDevice()