Searched refs:tmp_dir (Results 1 – 15 of 15) sorted by relevance
22 tmp_dir=$128 echo "Entering $tmp_dir..."29 cd $tmp_dir54 if [ -f $tmp_dir/Cargo.toml -a -f $tmp_dir/Android.bp ]62 for p in $tmp_dir/patches/*.{diff,patch}67 if [ -f $tmp_dir/Cargo.toml ]73 patch -p1 -d $tmp_dir --no-backup-if-mismatch < $p;76 if [ -f $tmp_dir/Cargo.toml -a -f $tmp_dir/Android.bp ]83 if [ -f $tmp_dir/post_update.sh ]86 $tmp_dir/post_update.sh $tmp_dir $external_dir[all …]
33 local tmp_dir=$(mktemp -d)35 python3 -m coverage html -d $tmp_dir --rcfile=$RC_FILE36 echo "Coverage report available at file://${tmp_dir}/index.html"
31 self.tmp_dir = tempfile.mkdtemp()34 self.base_mock_test_config.log_path = self.tmp_dir42 shutil.rmtree(self.tmp_dir)121 os.path.join(self.tmp_dir, self.base_mock_test_config.testbed_name,
38 self.tmp_dir = tempfile.mkdtemp()41 self.base_mock_test_config.log_path = self.tmp_dir52 shutil.rmtree(self.tmp_dir)
296 cls.tmp_dir = tempfile.mkdtemp()299 cls.MOCK_CONFIG.log_path = cls.tmp_dir306 shutil.rmtree(cls.tmp_dir)
48 self.tmp_dir = tempfile.mkdtemp()57 self.test_run_config.log_path = self.tmp_dir63 shutil.rmtree(self.tmp_dir)
164 self.tmp_dir = tempfile.mkdtemp()169 shutil.rmtree(self.tmp_dir)
30 local tmp_dir=$(mktemp -d)33 PYTHONPATH=$(get_python_path) python3 -m coverage html -d $tmp_dir --rcfile=$rc_file34 echo "coverage report available at file://${tmp_dir}/index.html"
28 local tmp_dir=$(mktemp -d)31 PYTHONPATH=$(get_python_path) python -m coverage html -d $tmp_dir --rcfile=$rc_file32 echo "coverage report available at file://${tmp_dir}/index.html"
86 with tempfile.TemporaryDirectory() as tmp_dir:87 module_name = compile_proto(proto_file, tmp_dir)90 tmp_proto_gen_file = os.path.join(tmp_dir, '%s.py' % module_name)
111 cls.tmp_dir = tempfile.mkdtemp()115 shutil.rmtree(cls.tmp_dir)123 test_run_config.log_path = self.tmp_dir
63 with tempfile.TemporaryDirectory() as tmp_dir:66 test_run_config.log_path = tmp_dir
391 tmp_dir = dir_list.copy()392 tmp_dir.insert(i, _REPACKAGES)393 real_path = os.path.join(root_path, os.path.join(*tmp_dir))
284 tmp_dir = tempfile.mkdtemp()285 constants.ATEST_RESULT_ROOT = tmp_dir
289 tmp_dir = tempfile.mkdtemp()290 constants.ATEST_RESULT_ROOT = tmp_dir