Searched refs:CopyByAppendingPathComponent (Results 1 – 13 of 13) sorted by relevance
40 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()60 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()82 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()99 GetRoot().CopyByAppendingPathComponent(filename)); in GetNewProcessInfoRecorder()127 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
105 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()131 PacketRecorder::Create(GetRoot().CopyByAppendingPathComponent(filename)); in GetNewPacketRecorder()150 FileSpec history_file = GetRoot().CopyByAppendingPathComponent(Info::file); in GetHistoryStream()
206 FileSpec index = m_root.CopyByAppendingPathComponent("index.yaml"); in LoadIndex()
399 FileSpec::CopyByAppendingPathComponent(llvm::StringRef component) const { in CopyByAppendingPathComponent() function in FileSpec
103 directory.CopyByAppendingPathComponent("root").GetPath(), in FileProvider()152 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(T::Info::file); in Keep()256 T::Create(this->GetRoot().CopyByAppendingPathComponent(filename)); in GetNewRecorder()273 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(V::Info::file); in Keep()360 loader->GetRoot().CopyByAppendingPathComponent(file); in Create()
380 FileSpec CopyByAppendingPathComponent(llvm::StringRef component) const;
164 return GetRoot().CopyByAppendingPathComponent(T::file); in GetFile()
176 source_spec = GetRemoteWorkingDirectory().CopyByAppendingPathComponent( in GetFile()219 destination_spec = GetRemoteWorkingDirectory().CopyByAppendingPathComponent( in PutFile()
116 TEST(FileSpecTest, CopyByAppendingPathComponent) { in TEST() argument117 FileSpec fs = PosixSpec("/foo").CopyByAppendingPathComponent("bar"); in TEST()
321 = m_out_dir.CopyByAppendingPathComponent(object_name_model); in GetRunnableInfo()
123 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetCString(); in loadMatchingPDBFile()
1946 auto fspec = GetFileSpec().CopyByAppendingPathComponent( in GetGnuDebugDataObjectFile()
5191 exec_dir.CopyByAppendingPathComponent(at_exec_relative_path);