Searched refs:wide_path (Results 1 – 12 of 12) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 257 *wide_path; in DllMain() local 260 wide_path=(wchar_t *) AcquireQuantumMemory(MagickPathExtent, in DllMain() 261 sizeof(*wide_path)); in DllMain() 262 if (wide_path == (wchar_t *) NULL) in DllMain() 264 count=(ssize_t) GetModuleFileNameW(handle,wide_path,MagickPathExtent); in DllMain() 270 module_path=create_utf8_string(wide_path); in DllMain() 281 wide_path=(wchar_t *) RelinquishMagickMemory(wide_path); in DllMain() 299 wide_path=(wchar_t *) RelinquishMagickMemory(wide_path); in DllMain() 311 wide_path=(wchar_t *) RelinquishMagickMemory(wide_path); in DllMain() 813 wide_path[MagickPathExtent]; in NTGetExecutionPath() local [all …]
|
D | utility-private.h | 167 wide_path[MagickPathExtent]; in getcwd_utf8() 169 (void) _wgetcwd(wide_path,MagickPathExtent-1); in getcwd_utf8() 170 (void) WideCharToMultiByte(CP_UTF8,0,wide_path,-1,path,(int) extent,NULL,NULL); in getcwd_utf8()
|
/external/deqp-deps/amber/src/ |
D | dxc_helper.cc | 94 std::wstring wide_path(pFilename); in LoadSource() local 95 std::string path = std::string(wide_path.begin(), wide_path.end()); in LoadSource()
|
/external/libchrome/base/i18n/ |
D | rtl.cc | 461 std::wstring wide_path = base::SysNativeMBToWide(path.value()); in WrapPathWithLTRFormatting() local 462 rtl_safe_path->append(WideToUTF16(wide_path)); in WrapPathWithLTRFormatting()
|
/external/cronet/base/i18n/ |
D | rtl.cc | 468 std::wstring wide_path = base::SysNativeMBToWide(path.value()); in WrapPathWithLTRFormatting() local 469 rtl_safe_path->append(WideToUTF16(wide_path)); in WrapPathWithLTRFormatting()
|
/external/cronet/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-port.h | 2034 std::wstring wide_path = converter.from_bytes(path); 2036 return _wfopen(wide_path.c_str(), wide_mode.c_str());
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-port.h | 2061 std::wstring wide_path = converter.from_bytes(path); 2063 return _wfopen(wide_path.c_str(), wide_mode.c_str());
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 2079 std::wstring wide_path = converter.from_bytes(path); 2081 return _wfopen(wide_path.c_str(), wide_mode.c_str());
|
/external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-port.h | 2061 std::wstring wide_path = converter.from_bytes(path); 2063 return _wfopen(wide_path.c_str(), wide_mode.c_str());
|
/external/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 2054 std::wstring wide_path = converter.from_bytes(path); 2056 return _wfopen(wide_path.c_str(), wide_mode.c_str());
|
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-port.h | 2054 std::wstring wide_path = converter.from_bytes(path); 2056 return _wfopen(wide_path.c_str(), wide_mode.c_str());
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 216 SmallVector<wchar_t, 128> wide_path; 217 if (std::error_code ec = widenPath(path, wide_path)) 220 if (!::SetCurrentDirectoryW(wide_path.begin()))
|