Lines Matching refs:RealPath
385 SmallVectorImpl<char> &RealPath) {
386 RealPath.clear();
407 if (std::error_code EC = UTF16ToUTF8(Data, CountChars, RealPath))
410 llvm::sys::path::make_preferred(RealPath);
1221 SmallVectorImpl<char> &RealPath) {
1228 EC = realPathFromHandle(File, RealPath);
1235 SmallVectorImpl<char> *RealPath) {
1236 Expected<HANDLE> NativeFile = openNativeFileForRead(Name, Flags, RealPath);
1241 SmallVectorImpl<char> *RealPath) {
1246 if (Result && RealPath)
1247 realPathFromHandle(*Result, *RealPath);