Searched defs:OpenOptions (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/tokio/src/fs/ |
D | open_options.rs | 72 pub struct OpenOptions(std::fs::OpenOptions); struct 74 impl OpenOptions { implementation 120 pub fn read(&mut self, read: bool) -> &mut OpenOptions { in read() method 150 pub fn write(&mut self, write: bool) -> &mut OpenOptions { in write() method 209 pub fn append(&mut self, append: bool) -> &mut OpenOptions { in append() method 242 pub fn truncate(&mut self, truncate: bool) -> &mut OpenOptions { in truncate() method 278 pub fn create(&mut self, create: bool) -> &mut OpenOptions { in create() method 321 pub fn create_new(&mut self, create_new: bool) -> &mut OpenOptions { in create_new() method 387 pub(super) fn as_inner_mut(&mut self) -> &mut std::fs::OpenOptions { in as_inner_mut() 397 impl OpenOptions { impl [all …]
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | File.h | 46 enum OpenOptions : uint32_t { enum
|
/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/crosvm/devices/src/virtio/fs/ |
D | passthrough.rs | 718 fn do_open(&self, inode: Inode, flags: u32) -> io::Result<(Option<Handle>, OpenOptions)> { in do_open() argument 1164 ) -> io::Result<(Option<Handle>, OpenOptions)> { in opendir() argument 1243 ) -> io::Result<(Option<Handle>, OpenOptions)> { in open() argument 1317 ) -> io::Result<(Entry, Option<Handle>, OpenOptions)> { in create() argument
|