Searched refs:OutputOneLine (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | gitutil.py | 128 remote = command.OutputOneLine('git', '--git-dir', git_dir, 'config', 130 merge = command.OutputOneLine('git', '--git-dir', git_dir, 'config', 528 return command.OutputOneLine('git', 'rev-parse', '--show-toplevel') 536 fname = command.OutputOneLine('git', 'config', 'sendemail.aliasesfile', 548 uname = command.OutputOneLine('git', 'config', '--global', 'user.name') 557 uemail = command.OutputOneLine('git', 'config', '--global', 'user.email') 566 sub_prefix = command.OutputOneLine('git', 'config', 'format.subjectprefix', 589 return command.OutputOneLine('git', 'show', '-s', '--pretty=format:%H')
|
| H A D | command.py | 111 def OutputOneLine(*cmd, **kwargs): function
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | toolchain.py | 432 arch = command.OutputOneLine('uname', '-m')
|