Home
last modified time | relevance | path

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

/openbmc/openpower-proc-control/procedures/phal/
H A Dreinit_devtree.cpp75 fs::path rwFileName = fs::read_symlink(CEC_DEVTREE_RW_PATH); in computeRODeviceTreePath() local
76 if (rwFileName.empty()) in computeRODeviceTreePath()
85 fs::path roFilePath = CEC_DEVTREE_RO_BASE_PATH / rwFileName; in computeRODeviceTreePath()