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

/frameworks/webview/chromium/tools/
H A Dmerge_common.py96 """This exception is raised when a process run by GetCommandStdout fails."""
121 def GetCommandStdout(args, cwd=REPOSITORY_ROOT, ignore_errors=False): function
160 status = GetCommandStdout(['git', 'status', '--porcelain'], cwd=cwd)
166 GetCommandStdout(['git', 'rm', '-rf', '--ignore-unmatch'] +
178 GetCommandStdout(['git', 'add', '-f'] + conflicts_renamed_by_them, cwd=cwd)
181 status = GetCommandStdout(['git', 'status', '--porcelain'], cwd=cwd)
187 GetCommandStdout(['git', 'reset', '--hard'], cwd=cwd)
197 GetCommandStdout(['git', 'commit', '-m', commit_message], cwd=cwd)

Completed in 50 milliseconds