Searched refs:fakerootlog (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | runqueue.py | 1846 def runqueue_process_waitpid(self, task, status, fakerootlog=None): argument 1862 self.task_fail(task, status, fakerootlog=fakerootlog) 1989 def task_fail(self, task, exitcode, fakerootlog=None): argument 1998 if fakerootlog and os.path.exists(fakerootlog): 1999 with open(fakerootlog) as fakeroot_log_file: 3147 fakerootlog = None 3149 fakerootlog = self.fakerootlogs[taskfn] 3150 self.rqexec.runqueue_process_waitpid(task, status, fakerootlog=fakerootlog)
|