/aosp_15_r20/external/rust/android-crates-io/crates/fs-err/src/tokio/ |
D | open_options.rs | 12 pub struct OpenOptions { struct 13 tokio: TokioOpenOptions, argument 16 impl OpenOptions { implementation 40 pub fn read(&mut self, read: bool) -> &mut OpenOptions { in read() method 48 pub fn write(&mut self, write: bool) -> &mut OpenOptions { in write() method 56 pub fn append(&mut self, append: bool) -> &mut OpenOptions { in append() method 64 pub fn truncate(&mut self, truncate: bool) -> &mut OpenOptions { in truncate() method 72 pub fn create(&mut self, create: bool) -> &mut OpenOptions { in create() method 80 pub fn create_new(&mut self, create_new: bool) -> &mut OpenOptions { in create_new() method 99 impl OpenOptions { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/fs/ |
D | open_options.rs | 82 pub struct OpenOptions(StdOpenOptions); struct 84 impl OpenOptions { implementation 130 pub fn read(&mut self, read: bool) -> &mut OpenOptions { in read() method 160 pub fn write(&mut self, write: bool) -> &mut OpenOptions { in write() method 219 pub fn append(&mut self, append: bool) -> &mut OpenOptions { in append() method 252 pub fn truncate(&mut self, truncate: bool) -> &mut OpenOptions { in truncate() method 288 pub fn create(&mut self, create: bool) -> &mut OpenOptions { in create() method 331 pub fn create_new(&mut self, create_new: bool) -> &mut OpenOptions { in create_new() method 406 impl OpenOptions { impl 469 impl OpenOptions { impl [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/fs-err/src/ |
D | open_options.rs | 4 pub struct OpenOptions(fs::OpenOptions); struct 6 impl OpenOptions { impl 81 impl OpenOptions { implementation 90 pub fn options(&self) -> &fs::OpenOptions { in options() 98 pub fn options_mut(&mut self) -> &mut fs::OpenOptions { in options_mut() 107 impl OpenOptionsExt for crate::OpenOptions { implementation 125 impl OpenOptionsExt for crate::OpenOptions { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/solid/ |
H A D | fs.rs | 68 pub struct OpenOptions { struct 70 read: bool, 71 write: bool, 72 append: bool, 73 truncate: bool, 74 create: bool, 75 create_new: bool, 77 custom_flags: i32, 228 impl OpenOptions { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/ |
H A D | fs.rs | 68 pub struct OpenOptions { struct 70 read: bool, 71 write: bool, 72 append: bool, 73 truncate: bool, 74 create: bool, 75 create_new: bool, 77 custom_flags: i32, 228 impl OpenOptions { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/solid/ |
H A D | fs.rs | 68 pub struct OpenOptions { struct 70 read: bool, 71 write: bool, 72 append: bool, 73 truncate: bool, 74 create: bool, 75 create_new: bool, 77 custom_flags: i32, 228 impl OpenOptions { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/ |
H A D | fs.rs | 68 pub struct OpenOptions { struct 70 read: bool, 71 write: bool, 72 append: bool, 73 truncate: bool, 74 create: bool, 75 create_new: bool, 77 custom_flags: i32, 228 impl OpenOptions { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/solid/ |
H A D | fs.rs | 68 pub struct OpenOptions { struct 70 read: bool, 71 write: bool, 72 append: bool, 73 truncate: bool, 74 create: bool, 75 create_new: bool, 77 custom_flags: i32, 228 impl OpenOptions { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | fs.rs | 65 unsafe impl Send for OpenOptions {} implementation 66 unsafe impl Sync for OpenOptions {} implementation 69 pub struct OpenOptions { struct 71 read: bool, 72 write: bool, 73 append: bool, 74 truncate: bool, 75 create: bool, 76 create_new: bool, 78 custom_flags: u32, [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | fs.rs | 65 unsafe impl Send for OpenOptions {} implementation 66 unsafe impl Sync for OpenOptions {} implementation 69 pub struct OpenOptions { struct 71 read: bool, 72 write: bool, 73 append: bool, 74 truncate: bool, 75 create: bool, 76 create_new: bool, 78 custom_flags: u32, [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | fs.rs | 65 unsafe impl Send for OpenOptions {} implementation 66 unsafe impl Sync for OpenOptions {} implementation 69 pub struct OpenOptions { struct 71 read: bool, 72 write: bool, 73 append: bool, 74 truncate: bool, 75 create: bool, 76 create_new: bool, 78 custom_flags: u32, [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | fs.rs | 63 unsafe impl Send for OpenOptions {} implementation 64 unsafe impl Sync for OpenOptions {} implementation 67 pub struct OpenOptions { struct 69 read: bool, 70 write: bool, 71 append: bool, 72 truncate: bool, 73 create: bool, 74 create_new: bool, 76 custom_flags: u32, [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | fs.rs | 63 unsafe impl Send for OpenOptions {} implementation 64 unsafe impl Sync for OpenOptions {} implementation 67 pub struct OpenOptions { struct 69 read: bool, 70 write: bool, 71 append: bool, 72 truncate: bool, 73 create: bool, 74 create_new: bool, 76 custom_flags: u32, [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/ |
H A D | fs.rs | 71 pub struct OpenOptions { struct 73 read: bool, 74 write: bool, 75 append: bool, 76 truncate: bool, 77 create: bool, 78 create_new: bool, 80 mode: i32, 259 impl OpenOptions { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/ |
H A D | fs.rs | 71 pub struct OpenOptions { struct 73 read: bool, 74 write: bool, 75 append: bool, 76 truncate: bool, 77 create: bool, 78 create_new: bool, 80 mode: i32, 259 impl OpenOptions { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/ |
H A D | fs.rs | 71 pub struct OpenOptions { struct 73 read: bool, 74 write: bool, 75 append: bool, 76 truncate: bool, 77 create: bool, 78 create_new: bool, 80 mode: i32, 259 impl OpenOptions { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/ |
H A D | fs.rs | 71 pub struct OpenOptions { struct 73 read: bool, 74 write: bool, 75 append: bool, 76 truncate: bool, 77 create: bool, 78 create_new: bool, 80 mode: i32, 267 impl OpenOptions { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/ |
H A D | fs.rs | 71 pub struct OpenOptions { struct 73 read: bool, 74 write: bool, 75 append: bool, 76 truncate: bool, 77 create: bool, 78 create_new: bool, 80 mode: i32, 267 impl OpenOptions { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/wasi/ |
H A D | fs.rs | 369 impl OpenOptionsExt for OpenOptions { implementation 370 fn lookup_flags(&mut self, flags: u32) -> &mut OpenOptions { in lookup_flags() 375 fn directory(&mut self, dir: bool) -> &mut OpenOptions { in directory() 380 fn dsync(&mut self, enabled: bool) -> &mut OpenOptions { in dsync() 385 fn nonblock(&mut self, enabled: bool) -> &mut OpenOptions { in nonblock() 390 fn rsync(&mut self, enabled: bool) -> &mut OpenOptions { in rsync() 395 fn sync(&mut self, enabled: bool) -> &mut OpenOptions { in sync() 400 fn fs_rights_base(&mut self, rights: u64) -> &mut OpenOptions { in fs_rights_base() 405 fn fs_rights_inheriting(&mut self, rights: u64) -> &mut OpenOptions { in fs_rights_inheriting()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/wasi/ |
H A D | fs.rs | 369 impl OpenOptionsExt for OpenOptions { implementation 370 fn lookup_flags(&mut self, flags: u32) -> &mut OpenOptions { in lookup_flags() 375 fn directory(&mut self, dir: bool) -> &mut OpenOptions { in directory() 380 fn dsync(&mut self, enabled: bool) -> &mut OpenOptions { in dsync() 385 fn nonblock(&mut self, enabled: bool) -> &mut OpenOptions { in nonblock() 390 fn rsync(&mut self, enabled: bool) -> &mut OpenOptions { in rsync() 395 fn sync(&mut self, enabled: bool) -> &mut OpenOptions { in sync() 400 fn fs_rights_base(&mut self, rights: u64) -> &mut OpenOptions { in fs_rights_base() 405 fn fs_rights_inheriting(&mut self, rights: u64) -> &mut OpenOptions { in fs_rights_inheriting()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/wasi/ |
H A D | fs.rs | 369 impl OpenOptionsExt for OpenOptions { implementation 370 fn lookup_flags(&mut self, flags: u32) -> &mut OpenOptions { in lookup_flags() 375 fn directory(&mut self, dir: bool) -> &mut OpenOptions { in directory() 380 fn dsync(&mut self, enabled: bool) -> &mut OpenOptions { in dsync() 385 fn nonblock(&mut self, enabled: bool) -> &mut OpenOptions { in nonblock() 390 fn rsync(&mut self, enabled: bool) -> &mut OpenOptions { in rsync() 395 fn sync(&mut self, enabled: bool) -> &mut OpenOptions { in sync() 400 fn fs_rights_base(&mut self, rights: u64) -> &mut OpenOptions { in fs_rights_base() 405 fn fs_rights_inheriting(&mut self, rights: u64) -> &mut OpenOptions { in fs_rights_inheriting()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/wasi/ |
H A D | fs.rs | 369 impl OpenOptionsExt for OpenOptions { implementation 370 fn lookup_flags(&mut self, flags: u32) -> &mut OpenOptions { in lookup_flags() 375 fn directory(&mut self, dir: bool) -> &mut OpenOptions { in directory() 380 fn dsync(&mut self, enabled: bool) -> &mut OpenOptions { in dsync() 385 fn nonblock(&mut self, enabled: bool) -> &mut OpenOptions { in nonblock() 390 fn rsync(&mut self, enabled: bool) -> &mut OpenOptions { in rsync() 395 fn sync(&mut self, enabled: bool) -> &mut OpenOptions { in sync() 400 fn fs_rights_base(&mut self, rights: u64) -> &mut OpenOptions { in fs_rights_base() 405 fn fs_rights_inheriting(&mut self, rights: u64) -> &mut OpenOptions { in fs_rights_inheriting()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/wasi/ |
H A D | fs.rs | 369 impl OpenOptionsExt for OpenOptions { implementation 370 fn lookup_flags(&mut self, flags: u32) -> &mut OpenOptions { in lookup_flags() 375 fn directory(&mut self, dir: bool) -> &mut OpenOptions { in directory() 380 fn dsync(&mut self, enabled: bool) -> &mut OpenOptions { in dsync() 385 fn nonblock(&mut self, enabled: bool) -> &mut OpenOptions { in nonblock() 390 fn rsync(&mut self, enabled: bool) -> &mut OpenOptions { in rsync() 395 fn sync(&mut self, enabled: bool) -> &mut OpenOptions { in sync() 400 fn fs_rights_base(&mut self, rights: u64) -> &mut OpenOptions { in fs_rights_base() 405 fn fs_rights_inheriting(&mut self, rights: u64) -> &mut OpenOptions { in fs_rights_inheriting()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | fs.rs | 51 pub struct OpenOptions { struct 52 read: bool, 53 write: bool, 54 append: bool, 55 dirflags: wasi::Lookupflags, 56 fdflags: wasi::Fdflags, 57 oflags: wasi::Oflags, 58 rights_base: Option<wasi::Rights>, 59 rights_inheriting: Option<wasi::Rights>, 267 impl OpenOptions { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | fs.rs | 51 pub struct OpenOptions { struct 52 read: bool, 53 write: bool, 54 append: bool, 55 dirflags: wasi::Lookupflags, 56 fdflags: wasi::Fdflags, 57 oflags: wasi::Oflags, 58 rights_base: Option<wasi::Rights>, 59 rights_inheriting: Option<wasi::Rights>, 267 impl OpenOptions { impl
|