Home
last modified time | relevance | path

Searched refs:source_file (Results 1 – 13 of 13) sorted by relevance

/test/xts/tools/lite/build/
Dutils.py157 for source_file in sources:
158 source_file = source_file.strip()
159 if os.path.isfile(source_file) and os.path.exists(source_file):
161 if os.path.basename(source_file) in copy_set:
162 new_output = os.path.join(output, os.path.dirname(source_file).
166 file_util.copy_file(source_file, new_output)
168 file_util.copy_file(source_file, output)
169 copy_set.add(os.path.basename(source_file))
173 for source_file in sources:
174 source_file = source_file.strip()
[all …]
/test/xts/tools/build/
Dutils.py128 for source_file in sources:
129 source_file = source_file.strip()
130 if os.path.isfile(source_file):
131 file_util.copy_file(source_file, output)
135 for source_file in sources:
136 source_file = source_file.strip()
137 if os.path.isdir(source_file):
138 dir_util.copy_tree(source_file, output)
Dsuite.py282 def _generate_json_by_template(source_file, module_name, dest_file): argument
283 source_content = utils.read_file(source_file)
313 def _copy_file_to_target(self, source_file, dest_file): argument
314 if not os.path.exists(source_file):
315 print("[ERROR] source_file is not exist. %s" % source_file,
319 self._copy_file(source_file, dest_file)
/test/testfwk/developer_test/src/core/testkit/
Dkit_lite.py86 def _send_file(self, device, source_file): argument
102 .format(new_temp_tool_path, port_number[0], source_file,
125 source_file = args.get("source_file", None)
127 self._send_file(device, source_file)
/test/testfwk/developer_test/src/core/driver/
Dlite_driver.py111 request.root.source.source_file)
176 test_case = request.root.source.source_file
226 test_case = request.root.source.source_file
433 source_file=request.root.source.source_file.strip())
485 suite_file = request.root.source.source_file
500 request.root.source.source_file.strip()).split(".")[0]
Ddrivers.py455 suite_file = request.root.source.source_file
655 suite_file = request.root.source.source_file
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dscheduler.py351 device_option.source_file = \
382 % test_driver[1].source.source_file,
670 test_driver[1].source.source_file),
721 source_content = test_driver[1].source.source_file or \
1204 if str(test_source.source_file).endswith(".bin"):
1211 device_option.source_file = \
1212 test_source.source_file or test_source.source_string
Dconcurrent.py150 source_content = self.test_driver[1].source.source_file or \
539 source_content = self.test_driver[1].source.source_file or \
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers_lite.py644 if request.root.source.source_file.strip():
646 request.root.source.source_file.strip())
648 request.root.source.source_file.strip()).split(".")[0]
1036 source_file, error_no="00101")
1125 suite_file = request.root.source.source_file
1140 request.root.source.source_file.strip()).split(".")[0]
Dopenharmony.py251 suite_file = request.root.source.source_file
294 suite_file = request.root.source.source_file
Ddrivers.py744 suite_file = request.root.source.source_file
917 suite_file = request.root.source.source_file
/test/testfwk/xdevice/src/xdevice/_core/environment/
Dmanager_env.py256 self.source_file = ""
Denv_pool.py280 self.source_file = ""