Searched refs:prunedir (Results 1 – 10 of 10) sorted by relevance
32 bb.utils.prunedir(self.tempdir)
41 bb.utils.prunedir(dest)
54 bb.utils.prunedir(d, ionice=True)
146 - Move prunedir function to utils.py and add explode_dep_versions function158 - bb.utils.prunedir can cope with symlinks to directoriees without exceptions
55 bb.utils.prunedir(p)
74 bb.utils.prunedir(p)
395 bb.utils.prunedir(self.tempdir)979 bb.utils.prunedir(self.dldir + "/git2/")980 bb.utils.prunedir(self.unpackdir)1217 bb.utils.prunedir(self.tempdir)
561 bb.utils.prunedir(destdir)
159 bb.utils.prunedir(dest_dir)
719 def prunedir(topdir, ionice=False): function