Searched refs:roFilePath (Results 1 – 1 of 1) sorted by relevance
85 fs::path roFilePath = CEC_DEVTREE_RO_BASE_PATH / rwFileName; in computeRODeviceTreePath() local86 if (!fs::exists(roFilePath)) in computeRODeviceTreePath()90 roFilePath.string()); in computeRODeviceTreePath()94 return roFilePath; in computeRODeviceTreePath()183 fs::path roFilePath = computeRODeviceTreePath(); in reinitDevtree() local184 std::filesystem::copy(roFilePath, tmpDevtreePath, copyOptions); in reinitDevtree()246 fs::path roFilePath = computeRODeviceTreePath(); in reinitDevtree() local249 std::filesystem::copy(roFilePath, CEC_DEVTREE_RW_PATH, copyOptions); in reinitDevtree()