Lines Matching full:src_dir
134 src_dir
170 self.src_dir = os.path.join(tmp_dir, 'src')
179 if os.path.isdir(self.src_dir):
180 utils.system('rm -rf ' + self.src_dir)
184 if not os.path.exists(self.src_dir):
185 os.mkdir(self.src_dir)
279 """fetch the patches to the local src_dir"""
282 dest = os.path.join(self.src_dir, os.path.basename(patch))
285 print "get_file %s %s %s %s" % (patch, dest, self.src_dir,
327 os.chdir(os.path.dirname(self.src_dir))
329 tarball = os.path.join(self.src_dir, os.path.basename(base_tree.split(';')[0]))