Home
last modified time | relevance | path

Searched defs:create_dir (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/graph_kernel/
Dutils.py19 def create_dir(pathname): function
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dcreate_dir.rs7 fn create_dir() {} in create_dir() function
/third_party/rust/rust/src/tools/rust-installer/src/
Dutil.rs36 pub fn create_dir<P: AsRef<Path>>(path: P) -> Result<()> { in create_dir() function
/third_party/rust/rust/compiler/rustc_incremental/src/persist/
Dfs.rs462 fn create_dir(sess: &Session, path: &Path, dir_tag: &str) -> Result<(), ErrorGuaranteed> { in create_dir() function
/third_party/cups/scheduler/
Dconf.c238 int create_dir) /* I - 1 = create directory, -1 = create w/o logging, 0 = not */ in cupsdCheckPermissions()
/third_party/libuv/test/
Dtest-fs-event.c70 static void create_dir(const char* name) { in create_dir() function
/third_party/rust/rust/library/std/src/
Dfs.rs2203 pub fn create_dir<P: AsRef<Path>>(path: P) -> io::Result<()> { in create_dir() function
/third_party/libfuse/test/
Dtest_syscalls.c619 static int create_dir(const char *path, const char **dir_files) in create_dir() function
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dlib.rs95 mod create_dir; module
/third_party/rust/rust/src/bootstrap/
Dlib.rs1662 fn create_dir(&self, dir: &Path) { in create_dir() method