Home
last modified time | relevance | path

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

/openbmc/estoraged/src/
H A Dutil.cpp234 std::filesystem::path curPath(dirEntry.path()); in findDevice() local
235 curPath /= "device/type"; in findDevice()
236 if (!std::filesystem::exists(curPath)) in findDevice()
244 std::ifstream typeFile(curPath, std::ios_base::in); in findDevice()
267 lg2::error("Failed to read device type for {PATH}", "PATH", curPath, in findDevice()