Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dzipimport.c50 int *p_ispackage, char **p_modpath);
1232 int *p_ispackage, char **p_modpath) in get_module_code() argument
1272 if (code != NULL && p_modpath != NULL) in get_module_code()
1273 *p_modpath = PyString_AsString( in get_module_code()