Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Doverlayfs.bbclass117 from oe.overlayfs import strForBash, unitFileList
123 d.getVar('systemd_system_unitdir') + '/' + strForBash(unit))
125 d.setVar('OVERLAYFS_UNIT_LIST', ' '.join([strForBash(s) for s in unitList]))
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Doverlayfs.py15 def strForBash(s): function