Home
last modified time | relevance | path

Searched refs:DeleteRecursively (Results 1 – 25 of 50) sorted by relevance

12

/external/google-breakpad/src/common/tests/
Dauto_tempdir.h61 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/
Dfile.cc134 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()
Dfile.h77 static void DeleteRecursively(const string& name,
Dgoogletest.cc130 File::DeleteRecursively(name_, NULL, NULL); in ~TempDirDeleter()
/external/tensorflow/tensorflow/python/training/
Dsession_manager_test.py74 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/
Ddebug_io_utils_test.cc140 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/
Denv_test.cc63 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/
Dfile_io.i143 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/
Dretrying_file_system.cc196 Status RetryingFileSystem::DeleteRecursively(const string& dirname, in DeleteRecursively() function in tensorflow::RetryingFileSystem
200 std::bind(&FileSystem::DeleteRecursively, base_file_system_.get(), in DeleteRecursively()
Dretrying_file_system.h69 Status DeleteRecursively(const string& dirname, int64* undeleted_files,
Dretrying_file_system_test.cc155 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/
Dsaved_model_export_utils.py385 gfile.DeleteRecursively(p.path)
774 gfile.DeleteRecursively(tmp_base_export_dir)
775 gfile.DeleteRecursively(tmp_post_export_dir)
/external/tensorflow/tensorflow/core/grappler/inputs/
Dutils_test.cc39 env_->DeleteRecursively(BaseDir(), &undeleted_files, &undeleted_dirs)); in TearDown()
/external/tensorflow/tensorflow/contrib/tensorboard/plugins/trace/
Dtrace_test.py38 gfile.DeleteRecursively(self._temp_dir)
/external/tensorflow/tensorflow/python/platform/
Dgfile.py25 from tensorflow.python.lib.io.file_io import delete_recursively as DeleteRecursively unknown
/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc247 File::DeleteRecursively(dirnames_[i], NULL, NULL); in SetUp()
256 File::DeleteRecursively(dirnames_[i], NULL, NULL); in TearDown()
/external/tensorflow/tensorflow/tools/api/golden/
Dtensorflow.gfile.pbtxt20 name: "DeleteRecursively"
/external/tensorflow/tensorflow/contrib/slim/python/slim/
Dsummaries_test.py38 gfile.DeleteRecursively(output_dir)
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
Dcifar10_train.py130 tf.gfile.DeleteRecursively(FLAGS.train_dir)
Dcifar10_eval.py139 tf.gfile.DeleteRecursively(FLAGS.eval_dir)
/external/tensorflow/tensorflow/tools/test/
Drun_and_gather_logs_lib.py176 gfile.DeleteRecursively(temp_directory)
/external/tensorflow/tensorflow/python/estimator/
Dexporter.py263 gfile.DeleteRecursively(p.path)
/external/tensorflow/tensorflow/python/keras/_impl/keras/
Destimator_test.py132 gfile.DeleteRecursively(self._base_dir)
154 gfile.DeleteRecursively(self._config.model_dir)
/external/tensorflow/tensorflow/contrib/training/python/training/
Dtraining_test.py378 gfile.DeleteRecursively(logdir1)
380 gfile.DeleteRecursively(logdir2)
454 gfile.DeleteRecursively(logdir)
/external/tensorflow/tensorflow/examples/tutorials/mnist/
Dfully_connected_feed.py220 tf.gfile.DeleteRecursively(FLAGS.log_dir)

12