Home
last modified time | relevance | path

Searched defs:rdonly (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dnet_unix_pipe.rs270 let rdonly = std::fs::OpenOptions::new() in from_file_detects_wrong_access_mode() localVariable
295 let rdonly = std::fs::OpenOptions::new().read(true).open(&fifo)?; in from_file_sets_nonblock() localVariable
/aosp_15_r20/external/fsck_msdos/
H A Dmain.c49 int rdonly; /* device is opened read only (supersedes above) */ variable
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_sat_set_features.c307 bool rdonly = false; in main() local
H A Dsg_sat_read_gplog.c61 bool rdonly; member