Lines Matching refs:linkPath
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()
772 unsigned n = NName::GetRootPrefixSize(linkPath); in GetStream()
776 linkPath.DeleteFrontal(n); in GetStream()
780 if (!linkPath.IsEmpty() && !isRelative && _removePathParts.Size() != 0) in GetStream()
783 SplitPathToParts(linkPath, pathParts); in GetStream()
795 linkPath = MakePathFromParts(pathParts); in GetStream()
1105 if (linkPath.IsEmpty()) in GetStream()
1225 if (!linkPath.IsEmpty()) in GetStream()
1232 relatPath += linkPath; in GetStream()
1250 existPath = us2fs(linkPath); in GetStream()
1320 if (linkPath.IsEmpty() /* || !_CopyFile_Path.IsEmpty() */) in GetStream()