Searched refs:setPath (Results 1 – 8 of 8) sorted by relevance
269 File.setPath("libfoo.dylib"); in TEST()337 File.setPath("libfoo.dylib"); in TEST()361 Document.setPath("libbar.dylib"); in TEST()
175 File.setPath("libfoo.dylib"); in TEST()
193 File.setPath("libfoo.dylib"); in TEST()
401 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath() function572 TPath.setPath(Path); in run()899 TPath.setPath(NewPath); in createAllExitPaths()
157 void setPath(StringRef Path_) { Path = std::string(Path_); }
617 File->setPath(Ctx->Path); in denormalize()912 File->setPath(Ctx->Path); in denormalize()
204 void setPath(const Twine &Path) override;240 void RealFile::setPath(const Twine &Path) { in setPath() function in RealFile721 void setPath(const Twine &Path) override { RequestedName = Path.str(); } in setPath() function in llvm::vfs::detail::__anon2f7918780511::InMemoryFileAdaptor2364 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } in setPath() function in __anon2f7918780d11::FileWithFixedStatus2379 F->get()->setPath(P); in getWithPath()
146 virtual void setPath(const Twine &Path) {} in setPath() function