Home | History | Annotate | Download | only in gcc

Lines Matching refs:local_file

287                     local_file = os.path.join(self.config.src_dir, fdata['filename'])
295 if os.path.exists(local_file):
305 urllib.urlretrieve(url, local_file, progress)
313 if not completed and os.path.exists(local_file):
328 print ' to', local_file
348 local_file = os.path.join(self.config.src_dir, fdata['filename'])
350 data = open(local_file).read()
388 local_file = os.path.join(src, self.source_files.GetFilenameOf(module))
390 extracted = os.path.join(extractDst, os.path.split(local_file)[1] + '.extracted')
399 print 'Extracting %s:' % self.config.Relative(local_file)
400 tar = tarfile.open(local_file)
405 #print 'Previously extracted', self.config.Relative(local_file)