Searched refs:toppath (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/ |
D | os.py | 479 def _fwalk(topfd, toppath, isbytes, topdown, onerror, follow_symlinks): argument 508 yield toppath, dirs, nondirs, topfd 526 dirpath = path.join(toppath, name) 533 yield toppath, dirs, nondirs, topfd
|