Searched defs:GetCommandStdout (Results 1 - 1 of 1) sorted by relevance

/frameworks/webview/chromium/tools/
H A Dmerge_common.py87 """This exception is raised when a process run by GetCommandStdout fails."""
107 def GetCommandStdout(args, cwd=REPOSITORY_ROOT, ignore_errors=False): function
145 status = GetCommandStdout(['git', 'status', '--porcelain'], cwd=cwd)
151 GetCommandStdout(['git', 'rm', '-rf', '--ignore-unmatch'] +
163 GetCommandStdout(['git', 'add', '-f'] + conflicts_renamed_by_them, cwd=cwd)
166 status = GetCommandStdout(['git', 'status', '--porcelain'], cwd=cwd)
172 GetCommandStdout(['git', 'reset', '--hard'], cwd=cwd)
182 GetCommandStdout(['git', 'commit', '-m', commit_message], cwd=cwd)

Completed in 135 milliseconds