Home | History | Annotate | Download | only in ndk

Lines Matching refs:CURDIR

559             CURDIR = os.getcwd()
561 while CURDIR != os.path.dirname(CURDIR):
562 if os.path.isfile(CURDIR+os.sep+MANIFEST):
563 PROJECT=CURDIR
565 CURDIR = os.path.dirname(CURDIR)