Home | History | Annotate | Download | only in python2.7

Lines Matching refs:dirlist

152     dirlist = []
157 if dirname: dirlist.append(dirname)
162 if dirname: dirlist.append(dirname)
164 dirlist.extend([ r'c:\temp', r'c:\tmp', r'\temp', r'\tmp' ])
166 dirlist.extend([ '/tmp', '/var/tmp', '/usr/tmp' ])
170 dirlist.append(_os.getcwd())
172 dirlist.append(_os.curdir)
174 return dirlist
186 dirlist = _candidate_tempdir_list()
189 for dir in dirlist:
212 ("No usable temporary directory found in %s" % dirlist))