Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dimport.py16 from devtool import standard, setup_tinfoil, replace_from_file, DevtoolError
108 replace_from_file(path, export_workspace_path, config.workspace_path)
114replace_from_file(path, exported_srctree, os.path.join(config.workspace_path, 'sources', pn))
H A D__init__.py299 def replace_from_file(path, old, new): function