Home | History | Annotate | Download | only in hosts

Lines Matching defs:get_file

828         self.teststation.get_file(teststation_filename,
1035 def get_file(self, source, dest, delete_dest=False, preserve_perm=True,
1050 @param preserve_perm: Tells get_file() to try to preserve the sources
1075 self.teststation.get_file(teststation_dest, dest,
1729 self.teststation.get_file(source_path, destination_path)
1981 self.get_file(source=f, dest=dest, preserve_perm=False)