Searched refs:RunShellWithReturnCode (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py541 def RunShellWithReturnCode(command, print_output=False, function
579 data, retcode = RunShellWithReturnCode(command, print_output,
877 out, returncode = RunShellWithReturnCode(cmd)
885 out, returncode = RunShellWithReturnCode(cmd)
927 mimetype, returncode = RunShellWithReturnCode(cmd)
976 keywords, returncode = RunShellWithReturnCode(cmd)
1036 base_content, returncode = RunShellWithReturnCode(["git", "show", hash])
1223 out, returncode = RunShellWithReturnCode(["hg", "root"])
1238 out, returncode = RunShellWithReturnCode(["git", "rev-parse",
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py541 def RunShellWithReturnCode(command, print_output=False, function
579 data, retcode = RunShellWithReturnCode(command, print_output,
877 out, returncode = RunShellWithReturnCode(cmd)
885 out, returncode = RunShellWithReturnCode(cmd)
927 mimetype, returncode = RunShellWithReturnCode(cmd)
976 keywords, returncode = RunShellWithReturnCode(cmd)
1036 base_content, returncode = RunShellWithReturnCode(["git", "show", hash])
1223 out, returncode = RunShellWithReturnCode(["hg", "root"])
1238 out, returncode = RunShellWithReturnCode(["git", "rev-parse",

Completed in 12 milliseconds