Lines Matching refs:copy
22 """copy src/* to dest/
25 then copy the symlink to dest.
26 2. If src item points to items outside src, then follow links to copy
28 3. Else copy src item to dest.
30 1. If src item is a symlink, then follow links to copy the original file
32 2. Else copy src item to dest.
72 shutil.copy(item, destname)
88 shutil.copy(item, destname)
99 shutil.copy(item, destname)
126 # The shutil.copy() below would fail if the file does not
131 shutil.copy(f, dest)
184 parser.add_option('--dest', help='Directory to copy files to.')
187 help='List of files to copy.')
196 help='Do copy even there may be stale files. '