Searched refs:src_file_path (Results 1 – 3 of 3) sorted by relevance
/tools/asuite/atest/integration_tests/ |
D | bazel_mode_test.py | 238 src_file_path = test_dir.joinpath(f'{src_file_name}') 239 src_file_path.write_text(test_src.src_body, encoding='utf8') 254 return (src_file_path, bp_file_path) 266 src_file_path = test_dir.joinpath(f'{src_file_name}') 267 src_file_path.write_text(test_src, encoding='utf8') 282 return (src_file_path, bp_file_path) 293 src_file_path = test_dir.joinpath(f'{src_file_name}') 294 src_file_path.write_text(reporter_src.src_body, encoding='utf8') 308 return (src_file_path, bp_file_path)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 1745 def push_system_file(self, src_file_path, dst_file_path, push_timeout=300): argument 1762 out = self.adb.push('%s %s' % (src_file_path, dst_file_path), 1766 src_file_path, dst_file_path, out) 1771 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
|