Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp274 SmallVector<wchar_t, MAX_PATH> WidePath; in create() local
275 if (sys::windows::UTF8ToUTF16(Path, WidePath)) in create()
285 CreateFileW(WidePath.data(), DesiredAccess, ShareMode, in create()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc358 SmallVector<wchar_t, 128> WidePath;
359 if (std::error_code ec = widenPath(P, WidePath))
361 return is_local_internal(WidePath, result);