Searched refs:modulepath (Results 1 – 2 of 2) sorted by relevance
41 def register(self, name, modulepath, objname): argument43 mod = __import__(modulepath)44 for token in modulepath.split(".")[1:]:
5400 char modulepath[_MAX_PATH]; in _PyPopenCreateProcess() local5402 GetModuleFileName(NULL, modulepath, sizeof(modulepath)); in _PyPopenCreateProcess()5403 for (x = i = 0; modulepath[i]; i++) in _PyPopenCreateProcess()5404 if (modulepath[i] == SEP) in _PyPopenCreateProcess()5406 modulepath[x] = '\0'; in _PyPopenCreateProcess()5408 strncat(modulepath, in _PyPopenCreateProcess()5410 (sizeof(modulepath)/sizeof(modulepath[0])) in _PyPopenCreateProcess()5411 -strlen(modulepath)); in _PyPopenCreateProcess()5412 if (stat(modulepath, &statinfo) != 0) { in _PyPopenCreateProcess()5413 size_t mplen = sizeof(modulepath)/sizeof(modulepath[0]); in _PyPopenCreateProcess()[all …]