Home
last modified time | relevance | path

Searched refs:join (Results 1 – 25 of 175) sorted by relevance

1234567

/test/vts/compilation_tools/vtsc/test/
Dtest_vtsc.py95 os.path.join(self._temp_dir, component_name + ".vts"),
101 os.path.join(self._temp_dir, component_name + ".vts"),
125 os.path.join(self._temp_dir, component_name + ".vts"),
131 os.path.join(self._temp_dir, component_name + ".vts"),
142 os.path.join(self._temp_dir, component_name + ".vts"),
149 os.path.join(self._output_dir, mode),
150 os.path.join(self._output_dir, mode, "")
154 canonical_source_file = os.path.join(self._canonical_dir, mode,
156 output_source_file = os.path.join(self._output_dir, mode,
175 output_dir = os.path.join(self._temp_dir,
[all …]
/test/framework/harnesses/host_controller/acloud/
Dacloud_client.py40 tmpdir_base = os.path.join(os.getcwd(), "tmp")
87 config_file = os.path.join(self._tmpdir, 'acloud.config'),
88 report_file = os.path.join(self._tmpdir, 'acloud_report.json'),
89 log_file = os.path.join(self._tmpdir, 'acloud.log'),
111 instance_names = ' '.join(instance_names),
112 config_file = os.path.join(self._tmpdir, 'acloud.config'),
113 report_file = os.path.join(self._tmpdir, 'acloud_report.json'),
114 log_file = os.path.join(self._tmpdir, 'acloud.log'),
128 report_file = os.path.join(self._tmpdir, 'acloud_report.json')
146 config.Save(os.path.join(self._tmpdir, 'acloud.config'))
[all …]
/test/vts-testcase/fuzz/template/iface_fuzzer_test/
Diface_fuzzer_test.py38 _VTS_SPEC_DIR_TARGET = os.path.join(config.FUZZER_TEST_DIR, 'spec')
49 src_dir = os.path.join(self.data_file_path, 'spec', 'hardware',
51 dst_dir = os.path.join(self._VTS_SPEC_DIR_TARGET, hal_name_dir,
57 asan_path = os.path.join(self.data_file_path, 'DATA', 'asan', 'system')
58 driver32 = os.path.join(asan_path, 'lib', driver_name)
59 driver64 = os.path.join(asan_path, 'lib64', driver_name)
78 spec_dirs = [os.path.join(self._VTS_SPEC_DIR_TARGET, hal_name_dir,
85 os.path.join(self._VTS_SPEC_DIR_TARGET,
103 spec_dirs = ':'.join(self._VtsSpecDirsTarget(hal_name, hal_version))
117 bin_host_path = os.path.join(self.data_file_path, 'DATA', 'bin',
/test/vts-testcase/fuzz/script/config/
Dconfig_gen.py47 self._project_path = os.path.join(self._android_build_top, 'test',
49 self._template_dir = os.path.join(self._project_path, 'script',
52 os.path.join(self._android_build_top, 'test', 'vts-testcase', 'hal',
79 config_dir = os.path.join(self._project_path, 'config')
84 file_path = os.path.join(base_dir, file_name)
102 bp_template_path = os.path.join(self._template_dir, 'template.bp')
103 xml_template_path = os.path.join(self._template_dir, 'template.xml')
114 config_dir = os.path.join(
117 bp_file_path = os.path.join(config_dir, 'Android.bp')
118 xml_file_path = os.path.join(config_dir, 'AndroidTest.xml')
[all …]
/test/vts/utils/python/fuzzer/
Dcorpus_manager.py110 self._gcs_path = os.path.join('corpus', branch, model)
191 dest_file_path = os.path.join(local_dest_folder,
236 dest_file_path = os.path.join(local_dest_folder,
294 local_measure_file = os.path.join(
299 remote_measure_file = os.path.join(
432 triggered_corpus = os.path.join(
527 triggered_corpus = os.path.join(
586 local_lock_file = os.path.join(local_temp_dir, self._device_serial)
624 dir_path = os.path.join(self._gcs_path, test_name,
628 dir_path = os.path.join(self._gcs_path, test_name,
[all …]
/test/vts-testcase/kernel/ltp/testcase/tools/
Dltp_configs.py21 VTS_LTP_OUTPUT = os.path.join('DATA', 'nativetest', 'ltp')
36 TMP = os.path.join(LTPDIR, 'tmp')
38 TMPBASE = os.path.join(TMP, 'tmpbase')
40 LTPTMP = os.path.join(TMP, 'ltptemp')
42 TMPDIR = os.path.join(TMP, 'tmpdir')
/test/vts/script/
Dcreate-test-project.py31 VTS_TEST_CASE_PATH = os.path.join(VTS_PATH, 'testcases')
89 os.path.join(self.build_top, VTS_TEST_CASE_PATH))
92 os.path.join(self.vts_test_case_dir, test_dir_under_testcases))
146 target = os.path.join(path, PYTHON_INIT_FILE_NAME)
156 vts_dir = os.path.join(self.build_top, VTS_PATH)
158 target = os.path.join(self.test_dir, ANDROID_MK_FILE_NAME)
170 target = os.path.join(path, ANDROID_MK_FILE_NAME)
181 target = os.path.join(self.test_dir, ANDROID_TEST_XML_FILE_NAME)
192 len(os.path.join(self.build_top, VTS_PATH)) + 1:],
197 target = os.path.join(self.test_dir, '%s.py' % self.test_name)
/test/vts/utils/python/io/
Dfile_util_test.py38 dir_name = ''.join(
61 base_dir = ''.join(
68 self.assertTrue(os.path.join(base_dir, "tmp"))
72 dir_name = ''.join(
83 dir_name = ''.join(
88 link_name = ''.join(
/test/framework/harnesses/host_controller/command_processor/
Dcommand_sheet_test.py233 (self._CreateZip(_XML_1), " ".join(_EXTRA_ROWS)))
244 (self._CreateXml(_XML_1), " ".join(_EXTRA_ROWS)))
255 (self._CreateXml(_XML_1), " ".join(_EXTRA_ROWS)))
267 (self._CreateXml(_XML_1), " ".join(_EXTRA_ROWS)))
279 " ".join(_EXTRA_ROWS)))
291 " ".join(_EXTRA_ROWS)))
306 with zipfile.ZipFile(os.path.join(local_dir, zip_name),
322 " ".join(_EXTRA_ROWS)))
Dcommand_repack.py69 self.console.tools_info[_ANDROID_INFO_TXT_FILENAME] = os.path.join(
72 tempdir_base = os.path.join(os.getcwd(), "tmp")
78 new_zipfile_path = os.path.join(tmpdir_rezip, new_zipfile_name)
100 os.path.join(common._ADDITIONAL_FILES_DIR, file_name),
133 dest_url_base = os.path.join(dest_base_url, device_branch,
143 dest_url_base = os.path.join(dest_url_base, gsi_branch, gsi_target)
145 ret = os.path.join(dest_url_base, new_zipfile_name)
Dcommand_retry.py100 result_zip = os.path.join(local_results_dir,
172 results_path = os.path.join(tools_path, common._RESULTS_BASE_PATH)
184 if os.path.isdir(os.path.join(results_path, result))
185 and not os.path.islink(os.path.join(results_path, result))
203 latest_result_xml_path = os.path.join(
207 latest_result_xml_path = os.path.join(results_path, "latest",
210 latest_result_xml_path = os.path.join(
275 new_result = os.path.join(results_path, result)
283 os.path.join(results_path, former_results[-1],
Dcommand_test.py83 shutil.rmtree(os.path.join(self._result_dir, file_name))
145 out_thread.join()
146 err_thread.join()
184 os.path.join(dir_name, file_name)
209 os.path.join(dir_name, file_name)
213 result["result_full"] = " ".join(result_paths_full)
/test/vts/utils/python/coverage/
Dsancov_utils.py50 _SEARCH_PATHS = [(os.path.join('data', 'asan', 'vendor', 'bin'),
51 None), (os.path.join('vendor', 'bin'), None),
52 (os.path.join('data', 'asan', 'vendor', 'lib'),
53 32), (os.path.join('vendor', 'lib'), 32), (os.path.join(
55 'lib64'), 64), (os.path.join('vendor', 'lib64'), 64)]
124 ' '.join(pids))).splitlines()
235 open(os.path.join(resource_path,
297 os.path.join(self._device_resource_dict[serial],
312 os.path.join(temp_dir, os.path.basename(file)))
319 search_root = os.path.join('out', 'target', 'product', product,
[all …]
/test/vts/utils/python/controllers/
Dfastboot.py34 cmd = ' '.join(cmds)
63 return exe_cmd(' '.join((self.fastboot_str, name, arg_str)))
66 return exe_cmd(' '.join((self.fastboot_str, ) + args))
71 arg_str = ' '.join(str(elem) for elem in args)
/test/vts-testcase/vndk/dependency/
Dvts_vndk_dependency_test.py215 yield os.path.join(root_dir, file_name)
235 target_path = target_path_module.join(
258 logging.info("%s depends on: %s", target_path, ", ".join(deps))
261 target_path, ":".join(runpaths))
361 logging.info("%s: %s", dir_path, ",".join(libs.keys()))
376 bitness, ", ".join(x.name for x in sp_hal_libs))
387 bitness, ", ".join(x.name for x in vndk_sp_ext_deps))
446 len(read_errors), "\n".join(error_lines))
450 error_lines = ["%s: %s" % (x[0], ", ".join(x[1]))
453 len(dep_errors), "\n".join(error_lines))
[all …]
DVtsVndkDependencyTest.py228 full_path = os.path.join(root_dir, file_name)
253 logging.info("%s depends on: %s", target_path, ", ".join(deps))
256 target_path, ":".join(runpaths))
356 logging.info("%s: %s", dir_path, ",".join(libs.iterkeys()))
371 bitness, ", ".join(x.name for x in sp_hal_libs))
382 bitness, ", ".join(x.name for x in vndk_sp_ext_deps))
441 len(read_errors), "\n".join(error_lines))
445 error_lines = ["%s: %s" % (x[0], ", ".join(x[1]))
448 len(dep_errors), "\n".join(error_lines))
456 asserts.fail("\n".join(assert_lines))
/test/vts/testcases/host/camera_its/
DCameraITSTest.py79 os.path.abspath(os.path.join(self.data_file_path, 'CameraITS')))
130 its_path = os.path.join(self.its_path, "pymodules")
145 'python', os.path.join(self.its_path, testpath), self.device_arg,
149 outpath = os.path.join(outdir, testname + "_stdout.txt")
150 errpath = os.path.join(outdir, testname + "_stderr.txt")
175 os.path.join("tests", scene, s)
176 for s in os.listdir(os.path.join(its_path, "tests", scene))
/test/vts/utils/python/reporting/
Dreport_file_utils_test.py95 os.path.join(
100 os.path.join(
102 os.path.join(
126 os.path.join(_report_file_util._url_prefix,
148 os.path.join(datetime.datetime.now().strftime('%Y-%m-%d'),
152 os.path.join(
154 os.path.join(datetime.datetime.now().strftime('%Y-%m-%d'),
/test/vts-testcase/fuzz/kernel/syzkaller/
Dsyzkaller_test.py61 self._env['syzkaller_dir'] = os.path.join(_temp_dir, env.syzkaller_dir)
62 self._env['syzkaller_bin_dir'] = os.path.join(_temp_dir,
64 self._env['syzkaller_work_dir'] = os.path.join(_temp_dir,
66 self._env['template_cfg'] = os.path.join(_temp_dir, env.template_cfg)
87 os.chmod(os.path.join(root, filepath), 0755)
138 crash_dir = os.path.join(test_case._work_dir_path, 'crashes')
/test/vts-testcase/vndk/abi/
DVtsVndkAbiTest.py78 return os.path.join(self._temp_dir, *target_path.strip("/").split("/"))
173 logging.debug("\n\n".join(str(vtable)
233 (",".join(diff_symbols) if diff_symbols else "missing")))
255 dump_path = os.path.join(parent_dir, dump_name)
265 lib_paths[lib_name] = os.path.join(parent_dir, lib_name)
294 rel_path, "\n".join(missing_symbols))
299 "\n".join(" ".join(e) for e in vtable_diff))
355 asserts.fail("\n".join(assert_lines))
Dvts_vndk_abi_test.py72 return os.path.join(self._temp_dir, *target_path.strip("/").split("/"))
168 logging.debug("\n\n".join(str(vtable)
228 (",".join(diff_symbols) if diff_symbols else "missing")))
253 lib_paths[lib_name] = os.path.join(parent_dir,
282 rel_path, "\n".join(missing_symbols))
287 "\n".join(" ".join(e) for e in vtable_diff))
346 self.fail("\n".join(assert_lines))
/test/vts/testcases/host/verify_acpio/
DVtsFirmwareAcpioVerification.py89 host_acpio_image = os.path.join(self.temp_dir, "acpio")
91 mkdtimg_bin_path = os.path.join("host", "bin", "mkdtboimg.py")
92 unpacked_acpio_file = os.path.join(self.temp_dir, temp_SSDT_dump)
107 temp_SSDT_dump_file_hash=self.getSha1(os.path.join(self.temp_dir, temp_SSDT_dump_file))
112 host_SSDT_file = os.path.join(self.temp_dir, current_SSDT)
/test/vts-testcase/hal/script/build/
Dbuild_rule_gen.py32 _PROJECT_PATH = os.path.join(_ANDROID_BUILD_TOP, 'test', 'vts-testcase',
34 _VTS_BUILD_TEMPLATE = os.path.join(_PROJECT_PATH, 'script', 'build',
65 os.path.join(self._ANDROID_BUILD_TOP, test_config_dir),
94 hal_dir = os.path.join(
98 file_path = os.path.join(hal_dir, 'build', 'Android.bp')
247 result = ''.join(map(lambda x: '\n%s"%s",' % (indent, x), sorted(lst)))
/test/vts-testcase/vndk/golden/
Dvndk_data.py61 _GOLDEN_DIR = os.path.join("vts", "testcases", "vndk", "golden")
83 with open(os.path.join(data_file_path, _GOLDEN_DIR,
117 dump_dir = os.path.join(
177 dump_dir = "/".join((version, str(binder_bitness), arch_name,
254 vndk_lib_list_path = os.path.join(
260 vndk_lib_extra_list_path = os.path.join(
/test/vts-testcase/hal/script/configure/
Dtest_case_creator.py163 return os.path.join(self.GetHalInterfacePath(), 'vts/functional',
169 return os.path.join(
175 hal_name_upper_camel = ''.join(x.title() for x in sub_names)
197 return os.path.join(self._build_top, self._path_root,
205 return os.path.join(self._build_top, self._test_config_dir,
211 return os.path.join(self._build_top, Constant.HAL_TRACE_PATH,
216 target = os.path.join(self._test_dir, ANDROID_BP_FILE_NAME)
250 target = os.path.join(self._test_dir, ANDROID_TEST_XML_FILE_NAME)
306 os.path.join(self._mapping_dir_path, basename)

1234567