Searched refs:retcode (Results 1 – 4 of 4) sorted by relevance
57 retcode = p.poll()58 if retcode != 0:62 e = subprocess.CalledProcessError(retcode, c)
852 const status_t retcode = getMetadata(update_only, apply_filter, reply); in onTransact() local854 reply->writeInt32(retcode); in onTransact()
656 int retcode = native_invoke(request, reply); in invoke() local658 if (retcode != 0) { in invoke()659 throw new RuntimeException("failure code: " + retcode); in invoke()
734 int retcode = native_invoke(request, reply); in invoke() local736 if (retcode != 0) { in invoke()737 throw new RuntimeException("failure code: " + retcode); in invoke()