Searched defs:create_new (Results 1 – 8 of 8) sorted by relevance
| /third_party/rust/rust/library/std/src/sys/solid/ |
| D | fs.rs | 75 create_new: bool, field 258 pub fn create_new(&mut self, create_new: bool) { in create_new() method
|
| /third_party/rust/rust/library/std/src/sys/hermit/ |
| D | fs.rs | 38 create_new: bool, field 224 pub fn create_new(&mut self, create_new: bool) { in create_new() method
|
| /third_party/rust/rust/library/std/src/ |
| D | fs.rs | 421 pub fn create_new<P: AsRef<Path>>(path: P) -> io::Result<File> { in create_new() method 1034 pub fn create_new(&mut self, create_new: bool) -> &mut Self { in create_new() method
|
| /third_party/rust/rust/library/std/src/sys/unsupported/ |
| D | fs.rs | 181 pub fn create_new(&mut self, _create_new: bool) {} in create_new() method
|
| /third_party/python/Lib/idlelib/ |
| D | configdialog.py | 921 def create_new(self, new_theme_name): member in HighPage
|
| /third_party/rust/rust/library/std/src/sys/unix/ |
| D | fs.rs | 350 create_new: bool, field 1029 pub fn create_new(&mut self, create_new: bool) { in create_new() method
|
| /third_party/rust/rust/library/std/src/sys/windows/ |
| D | fs.rs | 72 create_new: bool, field 212 pub fn create_new(&mut self, create_new: bool) { in create_new() method
|
| /third_party/rust/rust/library/std/src/sys/wasi/ |
| D | fs.rs | 290 pub fn create_new(&mut self, create_new: bool) { in create_new() method
|