Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/containers/pidns/
Dpidns03.c22 char proc_self[10]; in child_func() local
/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