Searched refs:prunedir (Results 1 – 11 of 11) sorted by relevance
32 bb.utils.prunedir(self.tempdir)
41 bb.utils.prunedir(dest)
67 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
65 bb.utils.prunedir(p)
76 bb.utils.prunedir(p)
383 bb.utils.prunedir(tmpdir)
431 bb.utils.prunedir(self.tempdir)1042 bb.utils.prunedir(self.dldir + "/git2/")1043 bb.utils.prunedir(self.unpackdir)1309 bb.utils.prunedir(self.tempdir)
660 bb.utils.prunedir(destdir)
183 bb.utils.prunedir(dest_dir)
762 def prunedir(topdir, ionice=False): function