[][src]Module lpfs::_self

Contains functions about /proc/self.

There is no item named self in this crate, because self is a key word in rust, so we use _self instead.

Functions

_self

Return an PathBuf which /proc/self point to.

self_pid

Return the process ID (pid) of calling process.