Home
last modified time | relevance | path

Searched refs:error_bytes (Results 1 – 2 of 2) sorted by relevance

/external/oss-fuzz/infra/cifuzz/
Dfuzz_target.py286 def get_testcase(self, error_bytes): argument
295 match = re.search(rb'\bTest unit written to \.\/([^\s]+)', error_bytes)
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pyx.pxi32 error_bytes = str_to_bytes(error_str)
33 return grpc_socket_error(error_bytes)