Searched refs:varfunc (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | build.py | 23 def varfunc(varname, origvalue, op, newlines): function 29 (updated, newlines) = bb.utils.edit_metadata(f, values, varfunc)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | utils.py | 1192 def edit_metadata(meta_lines, variables, varfunc, match_overrides=False): argument 1262 (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines) 1380 def edit_metadata_file(meta_file, variables, varfunc): argument 1389 (updated, newlines) = edit_metadata(f, variables, varfunc)
|