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