Home
last modified time | relevance | path

Searched refs:check_module (Results 1 – 3 of 3) sorted by relevance

/third_party/libsoup/
Dget_apache_modules_dirs.py37 def check_module(modules_path, module): function
64 if not check_module(modules_path, module_name + '.so'):
118 if check_module(modules_path, 'mod_ssl.so'):
123 if check_module(modules_path, 'mod_unixd.so'):
/third_party/toybox/toys/other/
Dmodinfo.c79 static int check_module(struct dirtree *new) in check_module() function
130 dirtree_read(path, check_module); in modinfo_main()
/third_party/python/Lib/distutils/command/
Dbuild_py.py210 def check_module(self, module, module_file): member in build_py
277 if not self.check_module(module, module_file):