Lines Matching refs:GetPath

581     std::string src_dir_path(src.GetPath());  in RecurseCopy_Callback()
586 recurse_dst.GetDirectory().SetCString(dst_dir.GetPath().c_str()); in RecurseCopy_Callback()
635 "invalid file detected during copy: %s", src.GetPath().c_str()); in RecurseCopy_Callback()
647 log->Printf("Platform::Install (src='%s', dst='%s')", src.GetPath().c_str(), in Install()
648 dst.GetPath().c_str()); in Install()
670 relative_spec.AppendPathComponent(dst.GetPath()); in Install()
675 dst.GetPath().c_str()); in Install()
685 dst.GetPath().c_str()); in Install()
701 src.GetPath().c_str(), dst.GetPath().c_str(), in Install()
702 fixed_dst.GetPath().c_str()); in Install()
708 switch (fs::get_file_type(src.GetPath(), false)) { in Install()
710 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
720 std::string src_dir_path(src.GetPath()); in Install()
729 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
734 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
759 if (std::error_code ec = llvm::sys::fs::set_current_path(file_spec.GetPath())) { in SetWorkingDirectory()
773 return llvm::sys::fs::create_directory(file_spec.GetPath(), permissions); in MakeDirectory()
786 auto Value = llvm::sys::fs::getPermissions(file_spec.GetPath()); in GetFilePermissions()
803 return llvm::sys::fs::setPermissions(file_spec.GetPath(), Perms); in SetFilePermissions()
915 module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
1063 const char *shell_str = (shell) ? shell.GetPath().c_str() : "<null>"; in LaunchProcess()
1276 if (fs::is_symlink_file(source.GetPath())) in PutFile()
1386 auto Result = llvm::sys::fs::md5_contents(file_spec.GetPath()); in CalculateMD5()
1683 llvm::raw_fd_ostream dst(dst_file_spec.GetPath(), EC, llvm::sys::fs::F_None); in DownloadModuleSlice()
1686 dst_file_spec.GetPath().c_str()); in DownloadModuleSlice()