Home
last modified time | relevance | path

Searched refs:file_to_unixstream (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs455 fn file_to_unixstream(fd: std::fs::File) -> Option<UnixStream> { in file_to_unixstream() function
638 let stream = match file_to_unixstream(file) { in socket_listen()
729 file_to_unixstream(file), in socket_connect()