Lines Matching refs:wide_path
253 *wide_path; in DllMain() local
256 wide_path=(wchar_t *) AcquireQuantumMemory(MagickPathExtent, in DllMain()
257 sizeof(*wide_path)); in DllMain()
258 if (wide_path == (wchar_t *) NULL) in DllMain()
260 count=(ssize_t) GetModuleFileNameW(handle,wide_path,MagickPathExtent); in DllMain()
266 module_path=create_utf8_string(wide_path); in DllMain()
277 wide_path=(wchar_t *) RelinquishMagickMemory(wide_path); in DllMain()
294 wide_path=(wchar_t *) RelinquishMagickMemory(wide_path); in DllMain()
306 wide_path=(wchar_t *) RelinquishMagickMemory(wide_path); in DllMain()
873 wide_path[MagickPathExtent]; in NTGetExecutionPath() local
875 (void) GetModuleFileNameW((HMODULE) NULL,wide_path,(DWORD) extent); in NTGetExecutionPath()
876 (void) WideCharToMultiByte(CP_UTF8,0,wide_path,-1,path,(int) extent,NULL, in NTGetExecutionPath()