Home
last modified time | relevance | path

Searched defs:proc_self (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/io/
Dprocfs.rs239 fn proc_self() -> io::Result<(BorrowedFd<'static>, &'static Stat)> { in proc_self() function
251 let proc_self = proc_opendirat(proc, DecInt::new(pid.as_raw_nonzero().get()))?; in proc_self() localVariable
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h26605 struct dentry *proc_self; member