Searched refs:_execute_command_remote (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/utils/libcxx/test/ |
D | executor.py | 139 self._execute_command_remote(['rm', '-rf', remote]) 167 return self._execute_command_remote(cmd, target_cwd, env) 172 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): member in RemoteExecutor 199 temp_path, err, exitCode = self._execute_command_remote([cmd]) 212 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): member in SSHExecutor
|
/external/libcxx/utils/libcxx/android/ |
D | executors.py | 20 _, temp_path, err, exitCode = self._execute_command_remote([cmd]) 29 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): member in AdbExecutor
|