Searched refs:longPath (Results 1 – 1 of 1) sorted by relevance
78 *longPath; in create_wchar_path() local82 longPath=(wchar_t *) AcquireQuantumMemory(count,sizeof(*longPath)); in create_wchar_path()83 if (longPath == (wchar_t *) NULL) in create_wchar_path()85 count=MultiByteToWideChar(CP_UTF8,0,buffer,-1,longPath,count); in create_wchar_path()87 count=GetShortPathNameW(longPath,shortPath,MAX_PATH); in create_wchar_path()88 longPath=(wchar_t *) RelinquishMagickMemory(longPath); in create_wchar_path()