Searched refs:WidePath (Results 1 – 2 of 2) sorted by relevance
274 SmallVector<wchar_t, MAX_PATH> WidePath; in create() local275 if (sys::windows::UTF8ToUTF16(Path, WidePath)) in create()285 CreateFileW(WidePath.data(), DesiredAccess, ShareMode, in create()
360 SmallVector<wchar_t, 128> WidePath;361 if (std::error_code ec = widenPath(P, WidePath))363 return is_local_internal(WidePath, result);