Home
last modified time | relevance | path

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

12345

/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/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')
Dltp_test_cases.py80 … file_path = os.path.join(self._android_build_top, ltp_configs.LTP_CONFIG_TEMPLATE_DIR, file_name)
121 gen_bp_path = os.path.join(self._android_build_top, ltp_configs.LTP_GEN_BINARY_BP)
286 testsuite_script = os.path.join(self._android_build_top,
300 result.append("\t".join(
313 disabled_tests_path = os.path.join(
/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 …]
Dblock_summary.py58 output += ', Lines: ' + ', '.join(str(line) for line in self.lines)
60 output += ('\r\n\t\t' + str(self.index) + ' <-- ' + ', '.join(
63 output += ('\r\n\t\t' + str(self.index) + ' --> ' + ', '.join(
/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/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'),
Dreport_file_utils.py116 relative_path = os.path.join(
121 relative_path = os.path.join(date, relative_path)
126 dest_path = os.path.join(self._destination_dir, relative_path)
172 src_path = os.path.join(temp_dir, os.path.basename(src_path))
253 src_path = os.path.join(dirpath, filename)
/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-testcase/vndk/dependency/
Dvts_vndk_dependency_test.py222 yield os.path.join(root_dir, file_name)
242 target_path = target_path_module.join(
265 logging.info("%s depends on: %s", target_path, ", ".join(deps))
268 target_path, ":".join(runpaths))
376 logging.info("%s: %s", dir_path, ",".join(libs.keys()))
391 bitness, ", ".join(x.name for x in sp_hal_libs))
402 bitness, ", ".join(x.name for x in vndk_sp_ext_deps))
461 len(read_errors), "\n".join(error_lines))
465 error_lines = ["%s: %s" % (x[0], ", ".join(x[1]))
468 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/utils/python/controllers/
Dfastboot.py36 cmd = ' '.join(cmds)
77 return exe_cmd(' '.join((self.fastboot_str, name, arg_str)))
80 return exe_cmd(' '.join((self.fastboot_str, ) + args))
85 arg_str = ' '.join(str(elem) for elem in args)
/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(
Ddump_abi.py59 ("--abs-vars" if abs_path else "--vars"), " ".join(vars)]
133 dump_path = os.path.join(output_dir, lib_name + '.abi.dump')
134 lib_lsdump_path = os.path.join(lsdump_path, lib_name + '.lsdump')
276 lsdump_path = os.path.join(
290 output_dir = os.path.join(
/test/vts-testcase/security/system_property/
DVtsTrebleSysPropTest.py168 os.path.join(self._temp_dir,
183 (partition, " ".join(sorted(violation_list)))))
206 "\n".join("name: %s, type: %s" % (name, tokens[1])
266 with open(os.path.join(self._temp_dir, "product_property_contexts"),
282 " ".join(sorted(violation_list))))
347 with open(os.path.join(self._temp_dir, "plat_property_contexts"),
355 pub_property_contexts_file_path = os.path.join(
Dvts_treble_sys_prop_test.py225 os.path.join(self._temp_dir,
245 (partition, " ".join(sorted(violation_list)))))
268 "\n".join("name: %s, type: %s" % (name, tokens[1])
327 with open(os.path.join(self._temp_dir, "product_property_contexts"),
343 " ".join(sorted(violation_list))))
403 with open(os.path.join(self._temp_dir, "plat_property_contexts"),
/test/vts-testcase/security/poc/host/
DSecurityPoCKernelTest.py73 push_src = os.path.join(self.data_file_path, "DATA", native_test_dir,
90 testcase_path = os.path.join(*testcase.split("/"))
91 test_config_path = os.path.join(
124 params = ",".join(params)
128 return " ".join(test_flags)
/test/vts-testcase/kernel/ltp/
Dltp_configs.py23 VTS_LTP_OUTPUT = os.path.join('DATA', 'nativetest', 'ltp')
24 LTP_RUNTEST_DIR = os.path.join(VTS_LTP_OUTPUT, 'runtest')
25 LTP_DISABLED_BUILD_TESTS_CONFIG_PATH = os.path.join(VTS_LTP_OUTPUT,
/test/vts/utils/python/gcs/
Dgcs_api_utils.py204 local_dest_folder = os.path.join(dest_dir, os.path.basename(src_dir))
232 dest_file_path = os.path.join(
234 os.path.join(
284 src_file_path = os.path.join(dirpath, filename)
285 dest_file_path = os.path.join(
/test/app_compat/csuite/tools/script/
Dgenerate_module.py139 file_path = os.path.join(path, filename)
163 build_module_path = os.path.join(package_dir, _ANDROID_BP_FILE_NAME)
164 test_module_path = os.path.join(package_dir, _ANDROID_XML_FILE_NAME)
174 package_dir_path = os.path.join(root_dir, package_name)
/test/mlts/benchmark/results/
Dgenerate_result.py414 return ''.join(
458 results=''.join(
498 results_list=''.join((
503 results=''.join(
507 other=''.join(
514 results=''.join(
520 compilation_results=''.join(
522 entries=''.join(
526 results=''.join(
/test/vts/utils/python/profiling/
Dprofiling_utils.py165 temp_file_name = os.path.join(LOCAL_PROFILING_TRACE_PATH,
168 trace_file_name = os.path.join(host_profiling_trace_path,
205 "rm " + os.path.join(TARGET_PROFILING_TRACE_PATH, "*.vts.trace"))
248 trace_processor_binary = os.path.join(self.data_file_path, "host",
250 trace_processor_lib = os.path.join(self.data_file_path, "host",
326 vts_spec_path = os.path.join(
/test/vts/runners/host/
Dlogger.py211 link_path = os.path.join(os.path.dirname(actual_path), "latest")
241 return os.path.join(log_path, filename)
259 fh = logging.FileHandler(os.path.join(log_path, filename))
263 return os.path.join(log_path, filename), fh

12345