Home | History | Annotate | Download | only in site_utils

Lines Matching refs:dest_path

533     def offload(self, dir_entry, dest_path, job_complete_time):
537 `dir_entry` to Google storage at `dest_path`.
552 @param dest_path: Location in google storage where we will
558 self._full_offload(dir_entry, dest_path, job_complete_time)
564 def _full_offload(self, dir_entry, dest_path, job_complete_time):
573 @param dest_path: Location in google storage where we will
599 def _full_offload(self, dir_entry, dest_path, job_complete_time):
603 @param dest_path: Location in google storage where we will
612 self._try_offload(dir_entry, dest_path, stdout_file,
619 self._try_offload(dir_entry, dest_path, stdout_file,
647 def _try_offload(self, dir_entry, dest_path,
652 @param dest_path: Location in google storage where we will
676 gs_path = '%s%s' % (self._gs_uri, dest_path)
749 def _full_offload(self, dir_entry, dest_path, job_complete_time):
753 @param dest_path: Location in google storage where we will