Searched refs:linkPath (Results 1 – 3 of 3) sorted by relevance
638 linkPath.Empty(); in GetStream()687 linkPath.SetFromBstr(prop.bstrVal); in GetStream()717 linkPath.SetFromBstr(prop.bstrVal); in GetStream()726 if (linkPath.IsEmpty() && _arc->GetRawProps) in GetStream()746 linkPath = reparse.GetPath(); in GetStream()750 linkPath.Replace(L'\\', WCHAR_PATH_SEPARATOR); in GetStream()756 if (!linkPath.IsEmpty()) in GetStream()759 linkPath.Replace(L'/', WCHAR_PATH_SEPARATOR); in GetStream()763 if (linkPath.IsPrefixedBy(WSTRING_PATH_SEPARATOR L"??" WSTRING_PATH_SEPARATOR)) in GetStream()766 linkPath.DeleteFrontal(4); in GetStream()[all …]
338 UString linkPath; variable
10116 llvm::SmallString<128> linkPath; in ConstructJob() local10125 linkPath = FindVisualStudioExecutable(TC, "link.exe", in ConstructJob()10128 linkPath = Linker; in ConstructJob()10129 llvm::sys::path::replace_extension(linkPath, "exe"); in ConstructJob()10130 linkPath = TC.GetProgramPath(linkPath.c_str()); in ConstructJob()10133 const char *Exec = Args.MakeArgString(linkPath); in ConstructJob()