Home | History | Annotate | Download | only in utils

Lines Matching refs:as_root

187                 as_root=False, strip_colors=True): #pylint: disable=unused-argument
196 _command, timeout, as_root, strip_colors)
212 def background(self, command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, as_root=False):
216 if as_root:
239 def _execute_and_wait_for_prompt(self, command, timeout=None, as_root=False, strip_colors=True, log=True):
243 as_root = False
244 if as_root:
253 else: # not as_root
482 as_root=False, strip_colors=True):
491 as_root=as_root)
497 stderr=subprocess.PIPE, as_root=False):
512 output = self._gem5_shell(complete_command, as_root=as_root)
680 def _gem5_shell(self, command, as_root=False, timeout=None, check_exit_code=True, sync=True): # pylint: disable=R0912
737 exit_code_text = self._gem5_shell('echo $?', as_root=as_root,
785 output = self.execute(command.format(filepath), as_root=self.is_rooted)