Searched refs:test_executable_name (Results 1 – 1 of 1) sorted by relevance
301 def record(self, test_executable_name, record_file, additional_options=[]): argument309 test_executable_name += '32' if self.is32 else '64'310 call_args += [test_executable_name]366 def record(self, test_executable_name, record_file, additional_options=[]): argument367 self._download(os.environ['OUT'] + '/system/bin/' + test_executable_name +369 super(DeviceRunner, self).record(self.tmpdir + test_executable_name,