Searched refs:_execute_command_remote (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/utils/libcxx/test/ |
D | executor.py | 114 self._execute_command_remote(['rm', '-rf', remote]) 142 return self._execute_command_remote(cmd, target_cwd, env) 147 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): member in RemoteExecutor 174 _, temp_path, err, exitCode = self._execute_command_remote([cmd]) 187 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
|