Searched defs:path_bytes (Results 1 – 6 of 6) 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
158 let path_bytes = rel_path.as_os_str().as_bytes(); in check() localVariable
69 let path_bytes = path.as_bytes(); in extend() localVariable
1695 const char *path_bytes; in _Py_fopen_obj() local
1688 let mut path_bytes = resolved.as_os_str_bytes(); in readlink() localVariable
4126 PyObject *path_bytes = NULL; in PyUnicode_FSDecoder() local