Searched refs:destination_path (Results 1 – 2 of 2) sorted by relevance
300 destination_path = filesystem.join(302 filesystem.copyfile(source_path, destination_path)303 exit_code = scm.add(destination_path, return_exit_code=True)337 destination_path = filesystem.join(destination_directory, file_name)338 filesystem.copyfile(source_path, destination_path)339 exit_code = test_config.scm.add(destination_path, return_exit_code=True)
470 def add(self, destination_path, return_exit_code=False): argument471 self.added_paths.add(destination_path)