Searched refs:remote_work_dir (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/ |
D | executors.py | 29 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): argument 42 if remote_work_dir != '.': 43 remote_cmd = 'cd {} && {}'.format(remote_work_dir, remote_cmd)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
D | executor.py | 141 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): argument 181 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): argument 189 if remote_work_dir != '.': 190 remote_cmd = 'cd ' + remote_work_dir + ' && ' + remote_cmd
|