Home
last modified time | relevance | path

Searched defs:py_bytes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-python.c32 static inline bool py_bytes(PyObject *py_value, /* out */ char **bytes, in py_bytes() function
/aosp_15_r20/external/python/bumble/rust/src/wrapper/device/
Dmod.rs181 let py_bytes = event.call_method0(py, intern!(py, "__bytes__"))?; in send_command() localVariable