Searched refs:src_file_path (Results 1 – 3 of 3) sorted by relevance
| /tools/asuite/atest/integration_tests/ |
| D | bazel_mode_test.py | 234 src_file_path = test_dir.joinpath(f'{src_file_name}') 235 src_file_path.write_text(test_src.src_body, encoding='utf8') 249 return (src_file_path, bp_file_path) 261 src_file_path = test_dir.joinpath(f'{src_file_name}') 262 src_file_path.write_text(test_src, encoding='utf8') 276 return (src_file_path, bp_file_path) 287 src_file_path = test_dir.joinpath(f'{src_file_name}') 288 src_file_path.write_text(reporter_src.src_body, encoding='utf8') 301 return (src_file_path, bp_file_path)
|
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| D | android_device.py | 1739 def push_system_file(self, src_file_path, dst_file_path, push_timeout=300): argument 1756 out = self.adb.push('%s %s' % (src_file_path, dst_file_path), 1760 src_file_path, dst_file_path, out) 1765 src_file_path, dst_file_path, e)
|
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
| D | tel_test_utils.py | 2867 def system_file_push(ad, src_file_path, dst_file_path): argument 2872 cmd = "%s %s" % (src_file_path, dst_file_path) 2874 skip_sl4a = True if "sl4a.apk" in src_file_path else False
|