Home
last modified time | relevance | path

Searched refs:host_file (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dsettings.py63 host_file='/dev/null', argument
73 self.host_file = host_file
90 current_options['UserKnownHostsFile'] = self.host_file
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DAvrcpBaseTest.py84 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))