Lines Matching refs:retval
726 retval = os.path.basename(archiveName[:-7])
727 if ((retval.startswith('tcl') or retval.startswith('tk'))
728 and retval.endswith('-src')):
729 retval = retval[:-4]
731 retval_rc = retval.find('rc')
733 retval = retval[:retval_rc]
734 if os.path.exists(retval):
735 shutil.rmtree(retval)
739 retval = os.path.basename(archiveName[:-8])
740 if os.path.exists(retval):
741 shutil.rmtree(retval)
745 retval = os.path.basename(archiveName[:-4])
746 if os.path.exists(retval):
747 shutil.rmtree(retval)
751 retval = os.path.basename(archiveName[:-4])
752 if os.path.exists(retval):
753 shutil.rmtree(retval)
762 return os.path.join(builddir, retval)