HomeSort by relevance Sort by last modified time
    Searched full:rmtree (Results 876 - 900 of 969) sorted by null

<<313233343536373839

  /external/autotest/site_utils/
test_runner_utils.py 602 shutil.rmtree(results_directory)
    [all...]
  /external/clang/utils/analyzer/
SATestBuild.py 249 shutil.rmtree(PatchedSourceDirPath)
  /external/deqp/scripts/android/
build_apk.py 484 shutil.rmtree(objPath)
  /external/devlib/devlib/utils/
ssh.py 532 shutil.rmtree(self.gem5_interact_dir)
    [all...]
  /external/ipsec-tools/src/racoon/
handler.c 1334 /* Do not free old rmconf, it is just a pointer to an entry in rmtree
  /external/python/cpython3/Lib/test/
test_pdb.py 946 self.addCleanup(support.rmtree, '__pycache__')
    [all...]
test_regrtest.py 323 self.addCleanup(support.rmtree, self.tmptestdir)
test_zipimport.py 90 self.addCleanup(support.rmtree, dirName)
  /external/skia/infra/bots/recipe_modules/swarming/examples/full.expected/
basic.json 675 "rmtree",
  /external/skqp/infra/bots/recipe_modules/swarming/examples/full.expected/
basic.json 675 "rmtree",
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
monitors_test.py 623 shutil.rmtree(self.model_dir, ignore_errors=True)
    [all...]
  /external/tensorflow/tensorflow/python/framework/
meta_graph_test.py 56 shutil.rmtree(test_dir)
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
topology_test.py 134 self.addCleanup(shutil.rmtree, temp_dir)
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
data_utils.py 136 shutil.rmtree(path)
  /external/tensorflow/tensorflow/python/training/
supervisor_test.py 72 shutil.rmtree(test_dir)
    [all...]
  /external/v8/tools/
callstats.py 221 shutil.rmtree(user_data_dir)
  /external/v8/tools/release/
common_includes.py 584 shutil.rmtree(f)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tempfile.py 250 shutil.rmtree(our_temp_directory)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tempfile.py 250 shutil.rmtree(our_temp_directory)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 250 shutil.rmtree(our_temp_directory)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 250 shutil.rmtree(our_temp_directory)
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm 99 rmtree($SYS_REPORT_PATH);
    [all...]
  /external/clang/tools/scan-build/bin/
scan-build 22 use File::Path qw( rmtree mkpath );
572 rmtree($Dir) or die "Cannot rmtree '$Dir' : $!";
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/bin/
scan-build 22 use File::Path qw( rmtree mkpath );
572 rmtree($Dir) or die "Cannot rmtree '$Dir' : $!";
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/bin/
scan-build 22 use File::Path qw( rmtree mkpath );
577 rmtree($Dir) or die "Cannot rmtree '$Dir' : $!";
    [all...]

Completed in 1057 milliseconds

<<313233343536373839