Searched defs:path_bytes (Results 1 – 11 of 11) 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
119 let mut path_bytes = path in set_xattr() localVariable
405 UINTN path_bytes; in get_disk_block_io() local
1695 const char *path_bytes; in _Py_fopen_obj() local
1478 let path_bytes = original.as_os_str().as_encoded_bytes(); in junction_point() localVariable
1462 let path_bytes = original.as_os_str().as_encoded_bytes(); in junction_point() localVariable
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