Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/io/
Dprocfs.rs345 let fd_str = DecInt::from_fd(fd); in _proc_self_fdinfo() localVariable
346 open_and_check_file(proc_self_fdinfo, proc_self_fdinfo_stat, fd_str.as_c_str()) in _proc_self_fdinfo()