Home
last modified time | relevance | path

Searched refs:prunedir (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/
H A Dcommon.py32 bb.utils.prunedir(self.tempdir)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/usbip-tools/
H A Dusbip-tools.bb41 bb.utils.prunedir(dest)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcontext.py54 bb.utils.prunedir(d, ionice=True)
/OK3568_Linux_fs/yocto/poky/bitbake/
H A DChangeLog146 - Move prunedir function to utils.py and add explode_dep_versions function
158 - bb.utils.prunedir can cope with symlinks to directoriees without exceptions
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpackage_ipk.bbclass55 bb.utils.prunedir(p)
H A Dpackage_deb.bbclass74 bb.utils.prunedir(p)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py395 bb.utils.prunedir(self.tempdir)
979 bb.utils.prunedir(self.dldir + "/git2/")
980 bb.utils.prunedir(self.unpackdir)
1217 bb.utils.prunedir(self.tempdir)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgit.py561 bb.utils.prunedir(destdir)
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/
H A Dperf.bb159 bb.utils.prunedir(dest_dir)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py719 def prunedir(topdir, ionice=False): function