Searched refs:dllpath (Results 1 – 2 of 2) sorted by relevance
90 static char dllpath[MAXPATHLEN+1]; variable391 dllpath, MAXPATHLEN+1, in get_progpath()395 dllpath[0] = 0; in get_progpath()409 if (!GetModuleFileName(PyWin_DLLhModule, dllpath, MAXPATHLEN)) in get_progpath()410 dllpath[0] = 0; in get_progpath()412 dllpath[0] = 0; in get_progpath()498 if (dllpath[0]) /* use name of python DLL */ in calculate_path()499 strncpy(zip_path, dllpath, MAXPATHLEN); in calculate_path()
316 dllpath = os.path.join(sys.prefix, "Lib", "lib-dynload")319 libpath.append(dllpath)321 libpath[-1] = dllpath