Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Ddata.py24 def export2json(d, json_file, expand=True, searchString="",replaceString=""): argument
44 data2export[key] = d.getVar(key, expand).replace(searchString,replaceString)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drootfs-postcommands.bbclass343 export2json(d, testdata_name, searchString=searchString, replaceString="")