Home | History | Annotate | Download | only in Common

Lines Matching full:linkpath

473   UString linkPath;

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