Skip to main content

O_PATH

Constant O_PATH 

Source
pub const O_PATH: c_int = 0x2000_0000;
Expand description

Non-POSIX, see https://www.man7.org/linux/man-pages/man2/open.2.html.

Get a file descriptor to indicate a location in the filesystem tree and to perform operations that act purely at the file descriptor level.