Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/patman/
H A Dgitutil.py127 remote = command.OutputOneLine('git', '--git-dir', git_dir, 'config',
129 merge = command.OutputOneLine('git', '--git-dir', git_dir, 'config',
531 return command.OutputOneLine('git', 'rev-parse', '--show-toplevel')
539 fname = command.OutputOneLine('git', 'config', 'sendemail.aliasesfile',
551 uname = command.OutputOneLine('git', 'config', '--global', 'user.name')
560 uemail = command.OutputOneLine('git', 'config', '--global', 'user.email')
569 sub_prefix = command.OutputOneLine('git', 'config', 'format.subjectprefix',
592 return command.OutputOneLine('git', 'show', '-s', '--pretty=format:%H')
H A Dcommand.py114 def OutputOneLine(*cmd, **kwargs): function
/openbmc/u-boot/tools/buildman/
H A Dtoolchain.py461 arch = command.OutputOneLine('uname', '-m')