Home
last modified time | relevance | path

Searched defs:CreateDir (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dfile_system.h353 Status CreateDir(const string& dirname) override { in CreateDir() function
Dfile_system_test.cc44 Status CreateDir(const string& dirname) override { in CreateDir() function in tensorflow::InterPlanetaryFileSystem
Denv_test.cc296 Status CreateDir(const string& dir) override { in CreateDir() function in tensorflow::TmpDirFileSystem
Denv.cc235 Status Env::CreateDir(const string& dirname) { in CreateDir() function in tensorflow::Env
/external/protobuf/src/google/protobuf/testing/
Dfile.cc114 bool File::CreateDir(const string& name, int mode) { in CreateDir() function in google::protobuf::File
/external/webrtc/webrtc/test/testsupport/
Dfileutils.cc194 bool CreateDir(std::string directory_name) { in CreateDir() function
Dfileutils_unittest.cc103 TEST_F(FileUtilsTest, CreateDir) { in TEST_F() argument
/external/tensorflow/tensorflow/core/platform/cloud/
Dretrying_file_system.cc165 Status RetryingFileSystem::CreateDir(const string& dirname) { in CreateDir() function in tensorflow::RetryingFileSystem
Dretrying_file_system_test.cc135 Status CreateDir(const string& dirname) override { in CreateDir() function in tensorflow::__anonf1af69ee0111::MockFileSystem
Dgcs_file_system.cc1266 Status GcsFileSystem::CreateDir(const string& dirname) { in CreateDir() function in tensorflow::GcsFileSystem
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system_test.cc174 TEST_F(S3FileSystemTest, CreateDir) { in TEST_F() argument
Ds3_file_system.cc518 Status S3FileSystem::CreateDir(const string& dirname) { in CreateDir() function in tensorflow::S3FileSystem
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.i98 void CreateDir(const string& dirname, TF_Status* out_status) { in CreateDir() function
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.cc164 Status MemmappedFileSystem::CreateDir(const string& dirname) { in CreateDir() function in tensorflow::MemmappedFileSystem
/external/tensorflow/tensorflow/contrib/android/
Dasset_manager_filesystem.cc257 Status AssetManagerFileSystem::CreateDir(const string& d) { in CreateDir() function in tensorflow::AssetManagerFileSystem
/external/tensorflow/tensorflow/core/platform/posix/
Dposix_file_system.cc236 Status PosixFileSystem::CreateDir(const string& name) { in CreateDir() function in tensorflow::PosixFileSystem
/external/lzma/CPP/Windows/
DFileDir.cpp252 bool CreateDir(CFSTR path) in CreateDir() function
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.cc436 Status WindowsFileSystem::CreateDir(const string& name) { in CreateDir() function in tensorflow::WindowsFileSystem
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system.cc410 Status HadoopFileSystem::CreateDir(const string& dir) { in CreateDir() function in tensorflow::HadoopFileSystem
/external/llvm/unittests/Support/
DPath.cpp574 TEST_F(FileSystemTest, CreateDir) { in TEST_F() argument