Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dksparser.py28 __expand_var_regexp__ = re.compile(r"\${[^{}@\n\t :]+}") variable
32 m = __expand_var_regexp__.search(line)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Ddata_smart.py31 __expand_var_regexp__ = re.compile(r"\${[a-zA-Z0-9\-_+./~:]+?}") variable
452 s = __expand_var_regexp__.sub(varparse.var_sub, s)
H A Ddata.py74 __expand_var_regexp__ = re.compile(r"\${[^{}]+}") variable