Searched refs:strForBash (Results 1 – 2 of 2) sorted by relevance
117 from oe.overlayfs import strForBash, unitFileList123 d.getVar('systemd_system_unitdir') + '/' + strForBash(unit))125 d.setVar('OVERLAYFS_UNIT_LIST', ' '.join([strForBash(s) for s in unitList]))
15 def strForBash(s): function