Home | History | Annotate | Download | only in MagickCore

Lines Matching full:module_path

250         *module_path;
269 module_path=create_utf8_string(wide_path);
271 if (module_path[count] == '\\')
273 module_path[count+1]='\0';
279 module_path=DestroyString(module_path);
284 if ((count != 0) && (strstr(path,module_path) == (char *) NULL))
286 if ((strlen(module_path)+count+1) < (16*MagickPathExtent-1))
296 module_path=DestroyString(module_path);
301 "%s;%s",module_path,path);
307 module_path=DestroyString(module_path);
1025 module_path[MagickPathExtent];
1037 length=GetModuleFileName(handle,module_path,MagickPathExtent);
1039 GetPathComponent(module_path,HeadPath,path);