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()
358 SmallVector<wchar_t, 128> WidePath;359 if (std::error_code ec = widenPath(P, WidePath))361 return is_local_internal(WidePath, result);