Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dutil.py41 def register(self, name, modulepath, objname): argument
43 mod = __import__(modulepath)
44 for token in modulepath.split(".")[1:]:
/external/python/cpython2/Modules/
Dposixmodule.c5400 char modulepath[_MAX_PATH]; in _PyPopenCreateProcess() local
5402 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 …]