Lines Matching refs:linkPath
473 UString linkPath; in GetStream() local
482 linkPath = prop.bstrVal; in GetStream()
498 linkPath = prop.bstrVal; in GetStream()
511 if (linkPath.IsEmpty() && _arc->GetRawProps) in GetStream()
527 linkPath = reparse.GetPath(); in GetStream()
531 linkPath.Replace(WCHAR_PATH_SEPARATOR, '/', ); in GetStream()
537 if (!linkPath.IsEmpty()) in GetStream()
540 linkPath.Replace('/', WCHAR_PATH_SEPARATOR); in GetStream()
546 unsigned n = NName::GetRootPrefixSize(linkPath); in GetStream()
550 linkPath.DeleteFrontal(n); in GetStream()
554 if (!linkPath.IsEmpty() && !isRelative && _removePathParts.Size() != 0) in GetStream()
557 SplitPathToParts(linkPath, pathParts); in GetStream()
569 linkPath = MakePathNameFromParts(pathParts); in GetStream()
746 if (linkPath.IsEmpty()) in GetStream()
838 if (!linkPath.IsEmpty()) in GetStream()
845 relatPath += linkPath; in GetStream()
863 existPath = us2fs(linkPath); in GetStream()