Lines Matching refs:path
22 sys.path.insert(0, '.')
230 for path in search_path.split(':'):
231 candidate = os.path.join(path, filename)
232 if os.path.exists(candidate):
233 return os.path.abspath(candidate)
482 if not os.path.exists(autoload_path):
492 dpath = os.path.join(autoload_path, d)
493 if os.path.isdir(dpath):
495 if os.path.isfile(dpath):
519 if not os.path.isfile(dpdk_path):
557 if not os.path.exists(pcifile_default):
561 if not os.path.exists(pcifile_default):
602 if os.path.exists(args.elf_file):