Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/fs/
Dcreate_dir.rs49 pub async fn create_dir(path: impl AsRef<Path>) -> io::Result<()> { in create_dir() function
Dmod.rs48 mod create_dir; module
/external/libcxx/test/support/
Dfilesystem_dynamic_test_helper.py63 def create_dir(dname): function
Dfilesystem_test_helper.hpp160 std::string create_dir(std::string filename) { in create_dir() function
/external/rust/crates/tokio/tests/
Dfs_dir.rs11 async fn create_dir() { in create_dir() function
/external/selinux/libsemanage/utils/
Dsemanage_migrate_store31 def create_dir(dst, mode): function
/external/rust/crates/fs-err/src/tokio/
Dmod.rs46 pub async fn create_dir(path: impl AsRef<Path>) -> io::Result<()> { in create_dir() function
/external/rust/crates/fs-err/src/
Dlib.rs147 pub fn create_dir<P>(path: P) -> io::Result<()> in create_dir() function
/external/python/mobly/mobly/
Dutils.py91 def create_dir(path): function
/external/autotest/client/cros/faft/utils/
Dos_interface.py139 def create_dir(self, path): member in OSInterface
/external/python/pyfakefs/pyfakefs/tests/
Dtest_utils.py308 def create_dir(self, dir_path, perm=0o777): member in RealFsTestMixin
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py455 def create_dir(dirname): function
/external/cronet/third_party/libc++/src/test/support/
Dfilesystem_test_helper.h264 std::string create_dir(fs::path filename_path) { in create_dir() function
/external/libcups/scheduler/
Dconf.c241 int create_dir) /* I - 1 = create directory, -1 = create w/o logging, 0 = not */ in cupsdCheckPermissions()
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dfilesystem_interface.h430 void (*create_dir)(const TF_Filesystem* filesystem, const char* path, member
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py2034 def create_dir( member in FakeFilesystem