Lines Matching refs:wide_path
252 *wide_path; in DllMain() local
255 wide_path=(wchar_t *) AcquireQuantumMemory(MagickPathExtent, in DllMain()
256 sizeof(*wide_path)); in DllMain()
257 if (wide_path == (wchar_t *) NULL) in DllMain()
259 count=(ssize_t) GetModuleFileNameW(handle,wide_path,MagickPathExtent); in DllMain()
265 module_path=create_utf8_string(wide_path); in DllMain()
276 wide_path=(wchar_t *) RelinquishMagickMemory(wide_path); in DllMain()
293 wide_path=(wchar_t *) RelinquishMagickMemory(wide_path); in DllMain()
305 wide_path=(wchar_t *) RelinquishMagickMemory(wide_path); in DllMain()
856 wide_path[MagickPathExtent]; in NTGetExecutionPath() local
858 (void) GetModuleFileNameW((HMODULE) NULL,wide_path,(DWORD) extent); in NTGetExecutionPath()
859 (void) WideCharToMultiByte(CP_UTF8,0,wide_path,-1,path,(int) extent,NULL, in NTGetExecutionPath()