Searched refs:retcode (Results 1 – 4 of 4) sorted by relevance
654 retcode, stdout, stderr = t.execute() variable655 if retcode != 0:658 sys.exit(retcode)659 retcode = _handle_instrumentation_task_output(stdout, printer) variable660 if retcode != 0:662 sys.exit(retcode)664 ignored_errors += retcode667 retcode, stdout, stderr = t.execute() variable668 if retcode == 0:670 if retcode != 0:[all …]
57 retcode = p.poll()58 if retcode != 0:62 e = subprocess.CalledProcessError(retcode, c)
631 const status_t retcode = getMetadata(update_only, apply_filter, reply); in onTransact() local633 reply->writeInt32(retcode); in onTransact()
694 int retcode = native_invoke(request, reply); in invoke() local696 if (retcode != 0) { in invoke()697 throw new RuntimeException("failure code: " + retcode); in invoke()