Searched refs:Path_ (Results 1 – 5 of 5) sorted by relevance
161 void setPath(StringRef Path_) { Path = Path_; }
161 void setPath(StringRef Path_) { Path = std::string(Path_); }
1430 ErrorOr<Entry *> RedirectingFileSystem::lookupPath(const Twine &Path_) { in lookupPath() argument1432 Path_.toVector(Path); in lookupPath()
1648 RedirectingFileSystem::lookupPath(const Twine &Path_) const { in lookupPath()1650 Path_.toVector(Path); in lookupPath()
1743 RedirectingFileSystem::lookupPath(const Twine &Path_) const { in lookupPath()1745 Path_.toVector(Path); in lookupPath()