Searched defs:path_bytes (Results 1 – 5 of 5) sorted by relevance
172 let path_bytes = if cfg!(any(solarish, target_os = "freebsd")) { in read_sockaddr() localVariable305 let path_bytes = &decode.sun_path[..len - 1 - offsetof_sun_path]; in inner_read_sockaddr_os() localVariable311 let path_bytes = &path_bytes[..path_bytes.iter().position(|b| *b == 0).unwrap()]; in inner_read_sockaddr_os() localVariable
405 UINTN path_bytes; in get_disk_block_io() local
1695 const char *path_bytes; in _Py_fopen_obj() local
779 fn path_bytes(&self, storage: &libc::sockaddr_un, abstract_name: bool) -> &[u8] { in path_bytes() method
4126 PyObject *path_bytes = NULL; in PyUnicode_FSDecoder() local