Home
last modified time | relevance | path

Searched refs:P9_WRONLY (Results 1 – 2 of 2) sorted by relevance

/external/vm_tools/p9/src/server/
Dtests.rs977 if $flags & P9_TRUNC == 0 && $flags & P9_WRONLY == 0 {
982 if $flags & P9_RDWR != 0 || $flags & P9_WRONLY != 0 {
1011 open_test!(write_only_file_open, P9_WRONLY);
1015 open_test!(create_write_only_file_open, P9_CREATE | P9_WRONLY);
1019 open_test!(append_write_only_file_open, P9_APPEND | P9_WRONLY);
1023 open_test!(trunc_write_only_file_open, P9_TRUNC | P9_WRONLY);
1035 P9_CREATE | P9_APPEND | P9_WRONLY
1048 P9_CREATE | P9_TRUNC | P9_WRONLY
1061 P9_APPEND | P9_TRUNC | P9_WRONLY
1074 P9_CREATE | P9_APPEND | P9_TRUNC | P9_WRONLY
[all …]
Dmod.rs23 const P9_WRONLY: u32 = 0o00000001; constant
44 (P9_WRONLY, libc::O_WRONLY),