Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dutility-private.h65 *longPath; in create_wchar_path() local
69 longPath=(wchar_t *) AcquireQuantumMemory(count,sizeof(*longPath)); in create_wchar_path()
70 if (longPath == (wchar_t *) NULL) in create_wchar_path()
72 count=MultiByteToWideChar(CP_UTF8,0,buffer,-1,longPath,count); in create_wchar_path()
74 count=GetShortPathNameW(longPath,shortPath,MAX_PATH); in create_wchar_path()
75 longPath=(wchar_t *) RelinquishMagickMemory(longPath); in create_wchar_path()