O_RDWR

Constant O_RDWR 

Source
pub const O_RDWR: u32 = bindings::O_RDWR; // 2u32
Expand description

File can be both read and written.