Searched refs:host_file (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | settings.py | 63 host_file='/dev/null', argument 73 self.host_file = host_file 90 current_options['UserKnownHostsFile'] = self.host_file
|
/tools/tradefederation/core/res/perfetto/ |
D | record_android_trace | 547 host_file = os.path.join(args.out, fname) 549 host_file = args.out 550 host_dir = os.path.dirname(host_file) 553 host_file = './' + host_file 626 prt('Pulling into %s' % host_file, ANSI.BOLD) 627 adb('pull', device_file, host_file).wait() 632 prt('Opening the trace (%s) in the browser' % host_file) 633 open_trace_in_browser(host_file)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | AvrcpBaseTest.py | 84 for host_file, phone_file in zip(self.host_music_files, 89 .format(host_file)) 91 self.dut.adb.push(host_file, phone_file) 96 'Audio file {} not pushed to phone.'.format(host_file))
|
/tools/asuite/atest/ |
D | bazel_mode_unittest.py | 1589 host_file = self.host_out_path.joinpath('a/b/f1') 1595 installed=[str(host_file)], 1604 package_path.joinpath('libhello/host/a/b/f1'), host_file 1608 host_file = self.host_out_path.joinpath('a/b/f1') 1613 name='libhello', installed=[str(host_file)], path='src/lib' 1623 package_path.joinpath('src/lib/libhello/host/a/b/f1'), host_file
|