Home
last modified time | relevance | path

Searched refs:OutputOneLine (Results 1 – 3 of 3) sorted by relevance

/u-boot/tools/patman/
A Dgitutil.py137 remote = command.OutputOneLine('git', '--git-dir', git_dir, 'config',
139 merge = command.OutputOneLine('git', '--git-dir', git_dir, 'config',
400 suppresscc = command.OutputOneLine('git', 'config', 'sendemail.suppresscc',
614 return command.OutputOneLine('git', 'rev-parse', '--show-toplevel')
622 fname = command.OutputOneLine('git', 'config', 'sendemail.aliasesfile',
634 uname = command.OutputOneLine('git', 'config', '--global', 'user.name')
643 uemail = command.OutputOneLine('git', 'config', '--global', 'user.email')
652 sub_prefix = command.OutputOneLine('git', 'config', 'format.subjectprefix',
675 return command.OutputOneLine('git', 'show', '-s', '--pretty=format:%H')
A Dcommand.py122 def OutputOneLine(*cmd, **kwargs): function
/u-boot/tools/buildman/
A Dtoolchain.py489 arch = command.OutputOneLine('uname', '-m')

Completed in 10 milliseconds