Searched defs:path_bytes (Results 1 – 3 of 3) sorted by relevance
146 let path_bytes = if cfg!(target_os = "freebsd") { in read_sockaddr() localVariable239 let path_bytes = &decode.sun_path[..len - 1 - offsetof_sun_path]; in inner_read_sockaddr_os() localVariable245 let path_bytes = &path_bytes[..path_bytes.iter().position(|b| *b == 0).unwrap()]; in inner_read_sockaddr_os() localVariable
1695 const char *path_bytes; in _Py_fopen_obj() local
4126 PyObject *path_bytes = NULL; in PyUnicode_FSDecoder() local