Lines Matching refs:dst_path
117 dst_path = "arch-%s/asm/%s" % m.groups()
126 dst_path = src_path
133 dst_path = "common/" + src_path
135 dst_path = os.path.normpath( kernel_cleaned_path + "/" + dst_path )
161 return dst_path, out.get()
207 dst_path, newdata = cleanupFile(path,kernel_original_path)
217 dst_path, newdata = cleanupFile(path,kernel_original_path)
218 if not dst_path:
221 b.readFile( dst_path )
222 r = b.editFile( dst_path, newdata )
230 print "cleaning: %-*s -> %-*s (%s)" % ( 35, path, 35, dst_path, r )