Home
last modified time | relevance | path

Searched refs:destination_path (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/bin/
Dsite_sysinfo_unittest.py170 destination_path= self._destination_path('fubar')
171 self.assertTrue(os.path.exists(destination_path),
172 msg='Failed to copy to %s' % destination_path)
204 destination_path = self._destination_path('fubar')
205 self.assertTrue(os.path.exists(destination_path),
206 msg='Failed to copy to %s' % destination_path)
218 destination_path = self._destination_path('autoserv2344')
219 self.assertFalse(os.path.exists(destination_path),
220 msg='Copied banned file to %s' % destination_path)
221 destination_path = self._destination_path(deeper_subdir)
[all …]
/external/autotest/scheduler/
Ddrone_utility.py261 def copy_file_or_directory(self, source_path, destination_path): argument
268 if self._same_file(source_path, destination_path):
270 self._ensure_directory_exists(os.path.dirname(destination_path))
274 assert os.path.isdir(destination_path)
278 os.path.join(destination_path, filename))
281 shutil.copytree(source_path, destination_path, symlinks=True)
293 os.symlink(link_to, destination_path)
296 shutil.copy(source_path, destination_path)
302 def _same_file(self, source_path, destination_path): argument
308 if not os.path.exists(destination_path):
[all …]
Ddrones.py178 def send_file_to(self, drone, source_path, destination_path, argument
182 destination_path)
185 destination_path, can_fail)
208 def send_file_to(self, drone, source_path, destination_path, argument
212 destination_path)
215 destination_path)
218 destination_path, can_fail)
Ddrone_manager.py863 def _copy_results_helper(self, process, source_path, destination_path, argument
867 process, source_path, destination_path,
871 destination_path, on_results_repository=to_results_repository)
882 destination_path=None): argument
907 if destination_path is None:
908 destination_path = source_path
909 self._copy_results_helper(process, source_path, destination_path,
913 destination_path=None): argument
918 if destination_path is None:
919 destination_path = source_path
[all …]
Ddrone_manager_unittest.py42 def send_file_to(self, drone, source_path, destination_path, argument
45 (drone, source_path, destination_path))
63 def was_file_sent(self, drone, source_path, destination_path): argument
66 destination_path))
Dagent_task.py740 destination_path=self.queue_entry.execution_path() + '/')
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_messages.cc88 const string &destination_path, bool flag, in PathCtrlRequest() argument
94 destination_path_(destination_path), in PathCtrlRequest()
334 const string &destination_path) in RenameRequest() argument
335 : PathCtrlRequest(RENAME_ID, user_name, path, destination_path, false, true, in RenameRequest()
Digfs_messages.h81 const string &path, const string &destination_path, bool flag,
344 const string &destination_path);