Searched refs:spath (Results 1 – 1 of 1) sorted by relevance
101 def copy_files(self, spath, tpath, fs_dir): argument117 if os.path.isfile(spath):118 sfile = spath119 copy_file_process(spath, tpath)122 for srelpath, sfile in self.list_all_files(spath, ignore_files):123 tdirname = srelpath.replace(spath, tpath)