Searched refs:PathTo (Results 1 – 2 of 2) sorted by relevance
153 SmallString<16> PathTo; in TEST() local154 llvm::sys::path::native("path/to", PathTo); in TEST()157 I.Parents.emplace_back(EmptySID, "F", InfoType::IT_record, PathTo); in TEST()
635 const SmallString<128> &PathTo = *PathToOrErr; in computeArchiveRelativePath() local639 if (sys::path::root_name(PathTo) != sys::path::root_name(DirFrom)) in computeArchiveRelativePath()640 return sys::path::convert_to_slash(PathTo); in computeArchiveRelativePath()645 sys::path::begin(PathTo)); in computeArchiveRelativePath()654 for (auto ToE = sys::path::end(PathTo); ToI != ToE; ++ToI) in computeArchiveRelativePath()