Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/patman/
H A Dgitutil.py128 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 Dcommand.py111 def OutputOneLine(*cmd, **kwargs): function
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dtoolchain.py432 arch = command.OutputOneLine('uname', '-m')