Lines Matching refs:path
21 import os.path
35 TEST_PY_DIR = os.path.dirname(os.path.abspath(__file__))
40 def mkdir_p(path): argument
54 os.makedirs(path)
56 if exc.errno == errno.EEXIST and os.path.isdir(path):
156 source_dir = os.path.dirname(os.path.dirname(TEST_PY_DIR))
238 if not os.path.exists(dot_config):
279 with filelock.FileLock(os.path.join(build_dir, 'build.lock')):
318 if os.path.exists(build_dir + '/' + 'autoconf.mk'):
727 for path in os.environ["PATH"].split(os.pathsep):
728 fn = os.path.join(path, tool)
729 if os.path.isfile(fn) and os.access(fn, os.X_OK):