Searched defs:OpenOptions (Results 1 – 4 of 4) sorted by relevance
| /external/rust/crates/tokio/src/fs/ |
| D | open_options.rs | 79 pub struct OpenOptions(StdOpenOptions); struct 81 impl OpenOptions { implementation 127 pub fn read(&mut self, read: bool) -> &mut OpenOptions { in read() method 157 pub fn write(&mut self, write: bool) -> &mut OpenOptions { in write() method 216 pub fn append(&mut self, append: bool) -> &mut OpenOptions { in append() method 249 pub fn truncate(&mut self, truncate: bool) -> &mut OpenOptions { in truncate() method 285 pub fn create(&mut self, create: bool) -> &mut OpenOptions { in create() method 328 pub fn create_new(&mut self, create_new: bool) -> &mut OpenOptions { in create_new() method 404 impl OpenOptions { impl 472 impl OpenOptions { impl [all …]
|
| /external/crosvm/fuse/src/ |
| D | filesystem.rs | 661 ) -> io::Result<(Option<Self::Handle>, OpenOptions)> { in open() argument 688 ) -> io::Result<(Entry, Option<Self::Handle>, OpenOptions)> { in create() argument 963 ) -> io::Result<(Option<Self::Handle>, OpenOptions)> { in opendir() argument
|
| /external/rust/crates/tempfile/src/file/ |
| D | mod.rs | 946 open_options: &mut OpenOptions, in create_named()
|
| /external/crosvm/devices/src/virtio/fs/ |
| D | passthrough.rs | 803 fn do_open(&self, inode: Inode, flags: u32) -> io::Result<(Option<Handle>, OpenOptions)> { in do_open() argument 1450 ) -> io::Result<(Option<Handle>, OpenOptions)> { in opendir() argument 1525 ) -> io::Result<(Option<Handle>, OpenOptions)> { in open() argument 1595 ) -> io::Result<(Entry, Option<Handle>, OpenOptions)> { in create() argument
|