Searched refs:test_executable_name (Results 1 – 1 of 1) sorted by relevance
287 def record(self, test_executable_name, record_file, additional_options=[]): argument295 test_executable_name += '32' if self.is32 else '64'296 call_args += [test_executable_name]355 def record(self, test_executable_name, record_file, additional_options=[]): argument356 self._download(os.environ['OUT'] + '/system/bin/' + test_executable_name +358 super(DeviceRunner, self).record(self.tmpdir + test_executable_name,