HomeSort by relevance Sort by last modified time
    Searched refs:check_command (Results 1 - 3 of 3) sorted by null

  /external/llvm/test/Other/
opt-bisect-helper.py 23 check_command = [args.filecheckcmd, args.test, "--check-prefix=%s" % args.prefix]
30 filecheck_result = subprocess.Popen(check_command, stdin=opt_result.stdout)
  /test/framework/harnesses/host_controller/build/
build_provider_gcs.py 81 check_command = "%s stat %s" % (gsutil_path, gs_path)
82 _, _, ret_code = cmd_utils.ExecuteOneShellCommand(check_command)
  /external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/
firmware_Cr50ConsoleCommands.py 101 def check_command(self, cmd, regexp, split_str, sort): member in class:firmware_Cr50ConsoleCommands
147 self.check_command(command, regexp, split_str, sort)

Completed in 98 milliseconds