Home
last modified time | relevance | path

Searched defs:create_new (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/rust/library/std/src/sys/solid/
Dfs.rs75 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/
Dfs.rs38 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/
Dfs.rs421 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/
Dfs.rs181 pub fn create_new(&mut self, _create_new: bool) {} in create_new() method
/third_party/python/Lib/idlelib/
Dconfigdialog.py921 def create_new(self, new_theme_name): member in HighPage
/third_party/rust/rust/library/std/src/sys/unix/
Dfs.rs350 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/
Dfs.rs72 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/
Dfs.rs290 pub fn create_new(&mut self, create_new: bool) { in create_new() method