shell::platform::unix::umask

Function decode_symbolic_mode_string

Source
fn decode_symbolic_mode_string(
    str: &str,
    split_char: char,
) -> Result<(mode_t, mode_t), Error>