Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/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',
609 return command.OutputOneLine('git', 'rev-parse', '--show-toplevel')
617 fname = command.OutputOneLine('git', 'config', 'sendemail.aliasesfile',
629 uname = command.OutputOneLine('git', 'config', '--global', 'user.name')
638 uemail = command.OutputOneLine('git', 'config', '--global', 'user.email')
647 sub_prefix = command.OutputOneLine('git', 'config', 'format.subjectprefix',
670 return command.OutputOneLine('git', 'show', '-s', '--pretty=format:%H')
A Dcommand.py125 def OutputOneLine(*cmd, **kwargs): function
/u-boot-v2022.01-rc1/tools/buildman/
A Dtoolchain.py497 arch = command.OutputOneLine('uname', '-m')

Completed in 7 milliseconds