Home
last modified time | relevance | path

Searched defs:OpenOptions (Results 1 – 25 of 44) sorted by relevance

12

/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
Dfs.rs66 pub struct OpenOptions { struct
68 read: bool,
69 write: bool,
70 append: bool,
71 truncate: bool,
72 create: bool,
73 create_new: bool,
75 custom_flags: i32,
226 impl OpenOptions { implementation
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
Dfs.rs66 pub struct OpenOptions { struct
68 read: bool,
69 write: bool,
70 append: bool,
71 truncate: bool,
72 create: bool,
73 create_new: bool,
75 custom_flags: i32,
226 impl OpenOptions { implementation
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
Dfs.rs66 pub struct OpenOptions { struct
68 read: bool,
69 write: bool,
70 append: bool,
71 truncate: bool,
72 create: bool,
73 create_new: bool,
75 custom_flags: i32,
226 impl OpenOptions { impl
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
Dfs.rs66 pub struct OpenOptions { struct
68 read: bool,
69 write: bool,
70 append: bool,
71 truncate: bool,
72 create: bool,
73 create_new: bool,
75 custom_flags: i32,
226 impl OpenOptions { implementation
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/os/windows/
Dfs.rs268 impl OpenOptionsExt for OpenOptions { implementation
269 fn access_mode(&mut self, access: u32) -> &mut OpenOptions { in access_mode()
274 fn share_mode(&mut self, share: u32) -> &mut OpenOptions { in share_mode()
279 fn custom_flags(&mut self, flags: u32) -> &mut OpenOptions { in custom_flags()
284 fn attributes(&mut self, attributes: u32) -> &mut OpenOptions { in attributes() method
289 fn security_qos_flags(&mut self, flags: u32) -> &mut OpenOptions { in security_qos_flags()
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/os/windows/
Dfs.rs268 impl OpenOptionsExt for OpenOptions { implementation
269 fn access_mode(&mut self, access: u32) -> &mut OpenOptions { in access_mode()
274 fn share_mode(&mut self, share: u32) -> &mut OpenOptions { in share_mode()
279 fn custom_flags(&mut self, flags: u32) -> &mut OpenOptions { in custom_flags()
284 fn attributes(&mut self, attributes: u32) -> &mut OpenOptions { in attributes() method
289 fn security_qos_flags(&mut self, flags: u32) -> &mut OpenOptions { in security_qos_flags()
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/os/windows/
Dfs.rs268 impl OpenOptionsExt for OpenOptions { implementation
269 fn access_mode(&mut self, access: u32) -> &mut OpenOptions { in access_mode()
274 fn share_mode(&mut self, share: u32) -> &mut OpenOptions { in share_mode()
279 fn custom_flags(&mut self, flags: u32) -> &mut OpenOptions { in custom_flags()
284 fn attributes(&mut self, attributes: u32) -> &mut OpenOptions { in attributes() method
289 fn security_qos_flags(&mut self, flags: u32) -> &mut OpenOptions { in security_qos_flags()
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/os/windows/
Dfs.rs268 impl OpenOptionsExt for OpenOptions { implementation
269 fn access_mode(&mut self, access: u32) -> &mut OpenOptions { in access_mode()
274 fn share_mode(&mut self, share: u32) -> &mut OpenOptions { in share_mode()
279 fn custom_flags(&mut self, flags: u32) -> &mut OpenOptions { in custom_flags()
284 fn attributes(&mut self, attributes: u32) -> &mut OpenOptions { in attributes() method
289 fn security_qos_flags(&mut self, flags: u32) -> &mut OpenOptions { in security_qos_flags()
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/os/wasi/
Dfs.rs369 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()
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/os/wasi/
Dfs.rs369 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()
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/os/wasi/
Dfs.rs369 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()
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/os/wasi/
Dfs.rs369 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()
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
Dfs.rs67 pub struct OpenOptions { struct
69 read: bool,
70 write: bool,
71 append: bool,
72 truncate: bool,
73 create: bool,
74 create_new: bool,
76 mode: i32,
255 impl OpenOptions { implementation
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
Dfs.rs67 pub struct OpenOptions { struct
69 read: bool,
70 write: bool,
71 append: bool,
72 truncate: bool,
73 create: bool,
74 create_new: bool,
76 mode: i32,
255 impl OpenOptions { implementation
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
Dfs.rs67 pub struct OpenOptions { struct
69 read: bool,
70 write: bool,
71 append: bool,
72 truncate: bool,
73 create: bool,
74 create_new: bool,
76 mode: i32,
255 impl OpenOptions { impl
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
Dfs.rs67 pub struct OpenOptions { struct
69 read: bool,
70 write: bool,
71 append: bool,
72 truncate: bool,
73 create: bool,
74 create_new: bool,
76 mode: i32,
255 impl OpenOptions { implementation
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
Dfs.rs60 unsafe impl Send for OpenOptions {} implementation
61 unsafe impl Sync for OpenOptions {} implementation
64 pub struct OpenOptions { struct
66 read: bool,
67 write: bool,
68 append: bool,
69 truncate: bool,
70 create: bool,
71 create_new: bool,
73 custom_flags: u32,
[all …]
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
Dfs.rs60 unsafe impl Send for OpenOptions {} implementation
61 unsafe impl Sync for OpenOptions {} implementation
64 pub struct OpenOptions { struct
66 read: bool,
67 write: bool,
68 append: bool,
69 truncate: bool,
70 create: bool,
71 create_new: bool,
73 custom_flags: u32,
[all …]
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
Dfs.rs61 unsafe impl Send for OpenOptions {} implementation
62 unsafe impl Sync for OpenOptions {} implementation
65 pub struct OpenOptions { struct
67 read: bool,
68 write: bool,
69 append: bool,
70 truncate: bool,
71 create: bool,
72 create_new: bool,
74 custom_flags: u32,
[all …]
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
Dfs.rs61 unsafe impl Send for OpenOptions {} implementation
62 unsafe impl Sync for OpenOptions {} implementation
65 pub struct OpenOptions { struct
67 read: bool,
68 write: bool,
69 append: bool,
70 truncate: bool,
71 create: bool,
72 create_new: bool,
74 custom_flags: u32,
[all …]
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
Dfs.rs48 pub struct OpenOptions { struct
49 read: bool,
50 write: bool,
51 append: bool,
52 dirflags: wasi::Lookupflags,
53 fdflags: wasi::Fdflags,
54 oflags: wasi::Oflags,
55 rights_base: Option<wasi::Rights>,
56 rights_inheriting: Option<wasi::Rights>,
264 impl OpenOptions { implementation
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
Dfs.rs48 pub struct OpenOptions { struct
49 read: bool,
50 write: bool,
51 append: bool,
52 dirflags: wasi::Lookupflags,
53 fdflags: wasi::Fdflags,
54 oflags: wasi::Oflags,
55 rights_base: Option<wasi::Rights>,
56 rights_inheriting: Option<wasi::Rights>,
264 impl OpenOptions { impl
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
Dfs.rs48 pub struct OpenOptions { struct
49 read: bool,
50 write: bool,
51 append: bool,
52 dirflags: wasi::Lookupflags,
53 fdflags: wasi::Fdflags,
54 oflags: wasi::Oflags,
55 rights_base: Option<wasi::Rights>,
56 rights_inheriting: Option<wasi::Rights>,
264 impl OpenOptions { impl
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
Dfs.rs48 pub struct OpenOptions { struct
49 read: bool,
50 write: bool,
51 append: bool,
52 dirflags: wasi::Lookupflags,
53 fdflags: wasi::Fdflags,
54 oflags: wasi::Oflags,
55 rights_base: Option<wasi::Rights>,
56 rights_inheriting: Option<wasi::Rights>,
264 impl OpenOptions { implementation
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Dfs.rs336 pub struct OpenOptions { struct
338 read: bool,
339 write: bool,
340 append: bool,
341 truncate: bool,
342 create: bool,
343 create_new: bool,
345 custom_flags: i32,
346 mode: mode_t,
1052 impl OpenOptions { impl
[all …]

12