/external/google-breakpad/src/common/tests/ |
D | auto_tempdir.h | 61 DeleteRecursively(path_); in ~AutoTempDir() 69 void DeleteRecursively(const string& path) { in DeleteRecursively() function 83 DeleteRecursively(entry_path); in DeleteRecursively()
|
/external/protobuf/src/google/protobuf/testing/ |
D | file.cc | 134 void File::DeleteRecursively(const string& name, in DeleteRecursively() function in google::protobuf::File 157 DeleteRecursively(path, NULL, NULL); in DeleteRecursively() 181 DeleteRecursively(name + "/" + entry_name, NULL, NULL); in DeleteRecursively()
|
D | file.h | 77 static void DeleteRecursively(const string& name,
|
D | googletest.cc | 130 File::DeleteRecursively(name_, NULL, NULL); in ~TempDirDeleter()
|
/external/tensorflow/tensorflow/python/training/ |
D | session_manager_test.py | 74 gfile.DeleteRecursively(checkpoint_dir) 75 gfile.DeleteRecursively(checkpoint_dir2) 116 gfile.DeleteRecursively(checkpoint_dir) 158 gfile.DeleteRecursively(checkpoint_dir) 213 gfile.DeleteRecursively(checkpoint_dir) 271 gfile.DeleteRecursively(checkpoint_dir) 351 gfile.DeleteRecursively(checkpoint_dir) 690 gfile.DeleteRecursively(checkpoint_dir) 691 gfile.DeleteRecursively(checkpoint_dir2) 732 gfile.DeleteRecursively(checkpoint_dir) [all …]
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_io_utils_test.cc | 140 env_->DeleteRecursively(test_dir, &undeleted_files, &undeleted_dirs) in TEST_F() 191 env_->DeleteRecursively(test_dir, &undeleted_files, &undeleted_dirs) in TEST_F() 237 env_->DeleteRecursively(test_dir, &undeleted_files, &undeleted_dirs) in TEST_F() 305 ASSERT_TRUE(env_->DeleteRecursively(dump_roots[i], &undeleted_files, in TEST_F() 449 ASSERT_TRUE(env_->DeleteRecursively(dump_root_base, &undeleted_files, in TEST_F()
|
/external/tensorflow/tensorflow/core/platform/ |
D | env_test.cc | 63 env_->DeleteRecursively(BaseDir(), &undeleted_files, &undeleted_dirs)); in TearDown() 159 TEST_F(DefaultEnvTest, DeleteRecursively) { in TEST_F() argument 181 env_->DeleteRecursively(parent_dir, &undeleted_files, &undeleted_dirs)); in TEST_F() 196 env_->DeleteRecursively(parent_dir, &undeleted_files, &undeleted_dirs); in TEST_F()
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io.i | 143 void DeleteRecursively(const string& dirname, TF_Status* out_status) { in DeleteRecursively() function 145 tensorflow::Status status = tensorflow::Env::Default()->DeleteRecursively( in DeleteRecursively() 257 void DeleteRecursively(const string& dirname, TF_Status* out_status);
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | retrying_file_system.cc | 196 Status RetryingFileSystem::DeleteRecursively(const string& dirname, in DeleteRecursively() function in tensorflow::RetryingFileSystem 200 std::bind(&FileSystem::DeleteRecursively, base_file_system_.get(), in DeleteRecursively()
|
D | retrying_file_system.h | 69 Status DeleteRecursively(const string& dirname, int64* undeleted_files,
|
D | retrying_file_system_test.cc | 155 Status DeleteRecursively(const string& dirname, int64* undeleted_files, in DeleteRecursively() function in tensorflow::__anonf1af69ee0111::MockFileSystem 695 fs.DeleteRecursively("gs://path/dir", &undeleted_files, &undeleted_dirs)); in TEST() 707 fs.DeleteRecursively("gs://path/dir", &undeleted_files, &undeleted_dirs); in TEST()
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
D | saved_model_export_utils.py | 385 gfile.DeleteRecursively(p.path) 774 gfile.DeleteRecursively(tmp_base_export_dir) 775 gfile.DeleteRecursively(tmp_post_export_dir)
|
/external/tensorflow/tensorflow/core/grappler/inputs/ |
D | utils_test.cc | 39 env_->DeleteRecursively(BaseDir(), &undeleted_files, &undeleted_dirs)); in TearDown()
|
/external/tensorflow/tensorflow/contrib/tensorboard/plugins/trace/ |
D | trace_test.py | 38 gfile.DeleteRecursively(self._temp_dir)
|
/external/tensorflow/tensorflow/python/platform/ |
D | gfile.py | 25 from tensorflow.python.lib.io.file_io import delete_recursively as DeleteRecursively unknown
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 247 File::DeleteRecursively(dirnames_[i], NULL, NULL); in SetUp() 256 File::DeleteRecursively(dirnames_[i], NULL, NULL); in TearDown()
|
/external/tensorflow/tensorflow/tools/api/golden/ |
D | tensorflow.gfile.pbtxt | 20 name: "DeleteRecursively"
|
/external/tensorflow/tensorflow/contrib/slim/python/slim/ |
D | summaries_test.py | 38 gfile.DeleteRecursively(output_dir)
|
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/ |
D | cifar10_train.py | 130 tf.gfile.DeleteRecursively(FLAGS.train_dir)
|
D | cifar10_eval.py | 139 tf.gfile.DeleteRecursively(FLAGS.eval_dir)
|
/external/tensorflow/tensorflow/tools/test/ |
D | run_and_gather_logs_lib.py | 176 gfile.DeleteRecursively(temp_directory)
|
/external/tensorflow/tensorflow/python/estimator/ |
D | exporter.py | 263 gfile.DeleteRecursively(p.path)
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/ |
D | estimator_test.py | 132 gfile.DeleteRecursively(self._base_dir) 154 gfile.DeleteRecursively(self._config.model_dir)
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | training_test.py | 378 gfile.DeleteRecursively(logdir1) 380 gfile.DeleteRecursively(logdir2) 454 gfile.DeleteRecursively(logdir)
|
/external/tensorflow/tensorflow/examples/tutorials/mnist/ |
D | fully_connected_feed.py | 220 tf.gfile.DeleteRecursively(FLAGS.log_dir)
|