Home | History | Annotate | Download | only in bdist_wininst

Lines Matching full:fullpath

654     char fullpath[_MAX_PATH];
655 LONG size = sizeof(fullpath);
670 fullpath, &size) &&
672 fullpath, &size))
674 strcat(fullpath, "\\");
675 strcat(fullpath, fname);
678 return LoadLibraryEx(fullpath, NULL, LOAD_WITH_ALTERED_SEARCH_PATH);