Searched refs:retcode (Results 1 – 3 of 3) sorted by relevance
57 retcode = p.poll()58 if retcode != 0:62 e = subprocess.CalledProcessError(retcode, c)
856 const status_t retcode = getMetadata(update_only, apply_filter, reply); in onTransact() local858 reply->writeInt32(retcode); in onTransact()
728 int retcode = native_invoke(request, reply); in invoke() local730 if (retcode != 0) { in invoke()731 throw new RuntimeException("failure code: " + retcode); in invoke()