Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc360 SmallVector<wchar_t, 128> WidePath;
361 if (std::error_code ec = widenPath(P, WidePath))
363 return is_local_internal(WidePath, result);