Home
last modified time | relevance | path

Searched refs:command_guide_path (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A Dconf.py247 command_guide_path = os.path.join(basedir, command_guide_subpath) variable
252 with open(os.path.join(command_guide_path, name)) as f:
267 with open(os.path.join(command_guide_path, name)) as f:
284 for name in os.listdir(command_guide_path):
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A Dconf.py224 command_guide_path = os.path.join(basedir, command_guide_subpath) variable
225 for name in os.listdir(command_guide_path):
232 with open(os.path.join(command_guide_path, name)) as f: