Home
last modified time | relevance | path

Searched refs:tmp_dir (Results 1 – 15 of 15) sorted by relevance

/tools/external_updater/
Dupdate_package.sh22 tmp_dir=$1
28 echo "Entering $tmp_dir..."
29 cd $tmp_dir
54 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 …]
/tools/asuite/aidegen/
Drun_tests.sh33 local tmp_dir=$(mktemp -d)
35 python3 -m coverage html -d $tmp_dir --rcfile=$RC_FILE
36 echo "Coverage report available at file://${tmp_dir}/index.html"
/tools/test/connectivity/acts/framework/tests/
Dtest_runner_test.py31 self.tmp_dir = tempfile.mkdtemp()
34 self.base_mock_test_config.log_path = self.tmp_dir
42 shutil.rmtree(self.tmp_dir)
121 os.path.join(self.tmp_dir, self.base_mock_test_config.testbed_name,
Dacts_test_runner_test.py38 self.tmp_dir = tempfile.mkdtemp()
41 self.base_mock_test_config.log_path = self.tmp_dir
52 shutil.rmtree(self.tmp_dir)
Dacts_test_decorators_test.py296 cls.tmp_dir = tempfile.mkdtemp()
299 cls.MOCK_CONFIG.log_path = cls.tmp_dir
306 shutil.rmtree(cls.tmp_dir)
Dacts_base_class_test.py48 self.tmp_dir = tempfile.mkdtemp()
57 self.test_run_config.log_path = self.tmp_dir
63 shutil.rmtree(self.tmp_dir)
Dacts_android_device_test.py164 self.tmp_dir = tempfile.mkdtemp()
169 shutil.rmtree(self.tmp_dir)
/tools/acloud/
Drun_tests.sh30 local tmp_dir=$(mktemp -d)
33 PYTHONPATH=$(get_python_path) python3 -m coverage html -d $tmp_dir --rcfile=$rc_file
34 echo "coverage report available at file://${tmp_dir}/index.html"
Drun_tests_py2.sh28 local tmp_dir=$(mktemp -d)
31 PYTHONPATH=$(get_python_path) python -m coverage html -d $tmp_dir --rcfile=$rc_file
32 echo "coverage report available at file://${tmp_dir}/index.html"
/tools/test/connectivity/tools/
Dproto_check.py86 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)
/tools/test/connectivity/acts/framework/tests/libs/
Dversion_selector_test.py111 cls.tmp_dir = tempfile.mkdtemp()
115 shutil.rmtree(cls.tmp_dir)
123 test_run_config.log_path = self.tmp_dir
/tools/test/connectivity/acts/framework/tests/event/
Devent_bus_integration_test.py63 with tempfile.TemporaryDirectory() as tmp_dir:
66 test_run_config.log_path = tmp_dir
/tools/asuite/aidegen/lib/
Dsource_locator.py391 tmp_dir = dir_list.copy()
392 tmp_dir.insert(i, _REPACKAGES)
393 real_path = os.path.join(root_path, os.path.join(*tmp_dir))
/tools/asuite/atest-py2/
Datest_unittest.py284 tmp_dir = tempfile.mkdtemp()
285 constants.ATEST_RESULT_ROOT = tmp_dir
/tools/asuite/atest/
Datest_unittest.py289 tmp_dir = tempfile.mkdtemp()
290 constants.ATEST_RESULT_ROOT = tmp_dir