Lines Matching refs:wide_path
257 *wide_path; in DllMain() local
260 wide_path=(wchar_t *) AcquireQuantumMemory(MagickPathExtent, in DllMain()
261 sizeof(*wide_path)); in DllMain()
262 if (wide_path == (wchar_t *) NULL) in DllMain()
264 count=(ssize_t) GetModuleFileNameW(handle,wide_path,MagickPathExtent); in DllMain()
270 module_path=create_utf8_string(wide_path); in DllMain()
281 wide_path=(wchar_t *) RelinquishMagickMemory(wide_path); in DllMain()
299 wide_path=(wchar_t *) RelinquishMagickMemory(wide_path); in DllMain()
311 wide_path=(wchar_t *) RelinquishMagickMemory(wide_path); in DllMain()
813 wide_path[MagickPathExtent]; in NTGetExecutionPath() local
815 (void) GetModuleFileNameW((HMODULE) NULL,wide_path,(DWORD) extent); in NTGetExecutionPath()
816 (void) WideCharToMultiByte(CP_UTF8,0,wide_path,-1,path,(int) extent,NULL, in NTGetExecutionPath()