Lines Matching refs:path
27 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
42 default=os.path.normpath(
43 os.path.join(SCRIPT_DIR, os.pardir, 'build-x64', 'gen', 'global',
48 default=os.path.normpath(
49 os.path.join(SCRIPT_DIR, os.pardir, 'docs', 'syscalls')),
375 CLANG_FORMAT_PATH = os.path.join(SCRIPT_DIR, os.pardir, 'prebuilt',
480 path = SEE_ALSO_CONCEPTS[concept]
481 result.append(' - [' + concept + '](' + path + ')')
584 inf = os.path.relpath(args.json)
585 outf = os.path.relpath(args.docroot)
594 md = os.path.join(outf, name + '.md')
596 if not os.path.exists(md) and args.generate_missing:
599 if not os.path.exists(md):