Home
last modified time | relevance | path

Searched refs:wide_path (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
Dnt-base.c252 *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
[all …]
Dutility-private.h153 wide_path[MagickPathExtent]; in getcwd_utf8()
155 (void) _wgetcwd(wide_path,MagickPathExtent-1); in getcwd_utf8()
156 (void) WideCharToMultiByte(CP_UTF8,0,wide_path,-1,path,(int) extent,NULL,NULL); in getcwd_utf8()