Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dnt-base.c253 *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
[all …]
Dutility-private.h166 wide_path[MagickPathExtent]; in getcwd_utf8()
168 (void) _wgetcwd(wide_path,MagickPathExtent-1); in getcwd_utf8()
169 (void) WideCharToMultiByte(CP_UTF8,0,wide_path,-1,path,(int) extent,NULL,NULL); in getcwd_utf8()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc217 SmallVector<wchar_t, 128> wide_path;
218 if (std::error_code ec = widenPath(path, wide_path))
221 if (!::SetCurrentDirectoryW(wide_path.begin()))