Home
last modified time | relevance | path

Searched defs:modpath (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest___all__.py56 def walk_modules(self, basedir, modpath): argument
/external/python/cpython2/Lib/test/
Dtest___all__.py50 def walk_modules(self, basedir, modpath): argument
/external/selinux/libsemanage/tests/
Dtest_semanage_store.c52 const char *modpath = "./test-policy/store/active/modules"; variable
/external/python/cpython2/Modules/
Dzipimport.c313 char *fullname, *modpath; in zipimporter_load_module() local
378 char *fullname, *modpath; in zipimporter_get_filename() local
1206 char *modpath; in get_code_from_data() local
/external/bcc/src/cc/usdt/
Dusdt.cc236 int Context::_each_module(const char *modpath, uint64_t, uint64_t, uint64_t, in _each_module()
/external/python/cpython2/Python/
Dimport.c2361 PyObject *pkgname, *modname, *modpath, *modules, *parent; in get_parent() local