Home
last modified time | relevance | path

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

/openbmc/openpower-proc-control/procedures/phal/
H A Dreinit_devtree.cpp85 fs::path roFilePath = CEC_DEVTREE_RO_BASE_PATH / rwFileName; in computeRODeviceTreePath() local
86 if (!fs::exists(roFilePath)) in computeRODeviceTreePath()
90 roFilePath.string()); in computeRODeviceTreePath()
94 return roFilePath; in computeRODeviceTreePath()
183 fs::path roFilePath = computeRODeviceTreePath(); in reinitDevtree() local
184 std::filesystem::copy(roFilePath, tmpDevtreePath, copyOptions); in reinitDevtree()
246 fs::path roFilePath = computeRODeviceTreePath(); in reinitDevtree() local
249 std::filesystem::copy(roFilePath, CEC_DEVTREE_RW_PATH, copyOptions); in reinitDevtree()