Lines Matching refs:names
9 The default path names are returned as str. If you supply bytes as
19 TMP_MAX - maximum number of names that will be tried before
135 into file names. Each string is eight characters long. Multiple
198 # Try only a few names per directory.
220 break # no point trying more names in this directory
222 break # no point trying more names in this directory
247 names = _get_candidate_names()
249 names = map(_os.fsencode, names)
252 name = next(names)
375 names = _get_candidate_names()
377 names = map(_os.fsencode, names)
380 name = next(names)
405 not accepted, and suffix=None, prefix=None and bytes file names are not
421 names = _get_candidate_names()
423 name = next(names)