Home
last modified time | relevance | path

Searched refs:curdir (Results 1 – 1 of 1) sorted by relevance

/development/tools/repo_pull/
Drepo_pull.py120 def find_repo_top(curdir): argument
123 while curdir != olddir:
124 if os.path.exists(os.path.join(curdir, '.repo')):
125 return curdir
126 olddir = curdir
127 curdir = os.path.dirname(curdir)