Lines Matching refs:path
46 for path in PATHS:
47 if os.path.isdir(path):
49 full = path + os.sep + program + ext
50 if os.path.isfile(full):
68 ndk_host = os.path.basename(
69 os.path.dirname(
70 os.path.dirname(sys.executable)))
120 NDK = os.path.abspath(os.path.dirname(sys.argv[0])).replace('\\','/')
218 if os.path.isdir(PYPRPR_GNUSTDCXX_BASE):
221 if os.path.isdir(os.path.join(PYPRPR_GNUSTDCXX_BASE, d)) ]
264 if not os.path.isfile(ADB_CMD):
537 if not os.path.isfile(OPTION_EXEC):
548 if not os.path.isdir(PROJECT):
550 if not os.path.isfile(PROJECT+os.sep+MANIFEST):
555 if os.path.isfile(MANIFEST):
561 while CURDIR != os.path.dirname(CURDIR):
562 if os.path.isfile(CURDIR+os.sep+MANIFEST):
565 CURDIR = os.path.dirname(CURDIR)
567 if not os.path.isdir(PROJECT):
656 gdbserver_path = os.path.join(PROJECT,'libs',COMPAT_ABI,'gdbserver')
658 if os.path.isfile(gdbserver_path):
669 elif not os.path.isfile(gdbserver_path):
685 if os.path.isfile(gdbserver_prebuilt_path):
824 libdir = os.path.join(PROJECT,'libs',COMPAT_ABI)
826 if os.path.isfile(os.path.join(libdir, f)) and f.endswith('.so') ]
878 … print('Warning: Disabled tui mode as %s does not support it' % (os.path.basename(GDBCLIENT)))