Searched refs:work_dir (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | builderthread.py | 113 def RunCommit(self, commit_upto, brd, work_dir, do_config, config_only, argument 140 out_dir = work_dir 146 out_dir = os.path.join(work_dir, out_rel_dir) 186 git_dir = os.path.join(work_dir, '.git') 187 gitutil.Checkout(commit.hash, git_dir, work_dir, 196 cwd = work_dir 197 src_dir = os.path.realpath(work_dir) 400 work_dir = self.builder.GetThreadDir(self.thread_num) 409 work_dir, do_config, self.builder.config_only, 419 brd, work_dir, True, False, True, False) [all …]
|