Home
last modified time | relevance | path

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

/external/u-boot/tools/patman/
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')
Dcommand.py110 def OutputOneLine(*cmd, **kwargs): function
/external/u-boot/tools/buildman/
Dtoolchain.py431 arch = command.OutputOneLine('uname', '-m')