Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dexecutor.py108 self._execute_command_remote(['rm', '-rf', remote])
136 return self._execute_command_remote(cmd, target_cwd, env)
141 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): member in RemoteExecutor
168 temp_path, err, exitCode = self._execute_command_remote([cmd])
181 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): member in SSHExecutor
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
Dexecutors.py20 _, temp_path, err, exitCode = self._execute_command_remote([cmd])
29 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): member in AdbExecutor