Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dspi_device.cpp504 const std::string mtdName = entry.path().filename().string(); in getMTDDevicePath() local
506 if (mtdName.starts_with("mtd") && !mtdName.ends_with("ro")) in getMTDDevicePath()
508 return "/dev/" + mtdName; in getMTDDevicePath()