Searched refs:replace_from_file (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | import.py | 16 from devtool import standard, setup_tinfoil, replace_from_file, DevtoolError 108 replace_from_file(path, export_workspace_path, config.workspace_path) 114 … replace_from_file(path, exported_srctree, os.path.join(config.workspace_path, 'sources', pn))
|
H A D | __init__.py | 299 def replace_from_file(path, old, new): function
|