Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Dwheel.py208 mod_init = os.path.join(mod_dir, '__init__.py')
211 if not os.path.exists(mod_init):
212 with open(mod_init, 'w') as fp:
/external/openthread/third_party/tcplp/bsdtcp/
Dcc.h120 int (*mod_init)(void); member