Searched refs:BPFTOOL_DOC_DIR (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py16 BPFTOOL_DOC_DIR = os.getenv('BPFTOOL_DOC_DIR', variable
330 filename = os.path.join(BPFTOOL_DOC_DIR, 'substitutions.rst')
432 filename = os.path.join(BPFTOOL_DOC_DIR, 'bpftool-prog.rst')
441 filename = os.path.join(BPFTOOL_DOC_DIR, 'bpftool-map.rst')
450 filename = os.path.join(BPFTOOL_DOC_DIR, 'bpftool-cgroup.rst')
593 man_cmd_info = ManGenericExtractor(os.path.join(BPFTOOL_DOC_DIR, 'bpftool-' + cmd + '.rst'))
604 man_main_info = ManGenericExtractor(os.path.join(BPFTOOL_DOC_DIR, 'bpftool.rst'))

Completed in 103 milliseconds