Home | History | Annotate | Download | only in tools

Lines Matching full:dest_dir

61 def CopyAllFilesAddingPrefix(source_dir, dest_dir, prefix):
62 """Copy all files from source_dir into dest_dir, adding prefix to the name
67 @param dest_dir where to save the copied files
76 dest_path = os.path.join(dest_dir, '%s%s' % (prefix, filename))
79 def Flatten(source_dir, dest_dir, subdirectory_pattern):
81 dest_dir, flattened into a single directory using subdirectory names as
85 @param dest_dir where to save the copied files
97 CopyAllFilesAddingPrefix(source_dir=source_path, dest_dir=dest_dir,
158 Flatten(source_dir=checkedin_dir, dest_dir=checkedin_flattened_dir,
164 Flatten(source_dir=gm_basedir, dest_dir=local_flattened_dir,