HomeSort by relevance Sort by last modified time
    Searched defs:copy_in (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
executor.py 97 def copy_in(self, local_srcs, remote_dsts): member in class:RemoteExecutor
132 self.copy_in(srcs, dsts)
133 # TODO(jroelofs): capture the copy_in and delete_remote commands,
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
executor.py 106 def copy_in(self, local_srcs, remote_dsts): member in class:RemoteExecutor
141 self.copy_in(srcs, dsts)
142 # TODO(jroelofs): capture the copy_in and delete_remote commands,
  /external/libcxx/utils/libcxx/test/
executor.py 128 def copy_in(self, local_srcs, remote_dsts): member in class:RemoteExecutor
163 self.copy_in(srcs, dsts)
164 # TODO(jroelofs): capture the copy_in and delete_remote commands,

Completed in 89 milliseconds