Lines Matching refs:GetPath

321     strm.Printf("WorkingDir: %s\n", GetWorkingDirectory().GetPath().c_str());  in GetStatus()
444 dst_dir.GetPath().c_str()); in RecurseCopy_Callback()
449 std::string src_dir_path(src.GetPath()); in RecurseCopy_Callback()
503 "invalid file detected during copy: %s", src.GetPath().c_str()); in RecurseCopy_Callback()
515 src.GetPath().c_str(), dst.GetPath().c_str()); in Install()
537 relative_spec.AppendPathComponent(dst.GetPath()); in Install()
542 dst.GetPath().c_str()); in Install()
552 dst.GetPath().c_str()); in Install()
567 src.GetPath().c_str(), dst.GetPath().c_str(), in Install()
568 fixed_dst.GetPath().c_str()); in Install()
574 switch (fs::get_file_type(src.GetPath(), false)) { in Install()
576 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
586 std::string src_dir_path(src.GetPath()); in Install()
595 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
600 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
625 if (std::error_code ec = llvm::sys::fs::set_current_path(file_spec.GetPath())) { in SetWorkingDirectory()
639 return llvm::sys::fs::create_directory(file_spec.GetPath(), permissions); in MakeDirectory()
651 auto Value = llvm::sys::fs::getPermissions(file_spec.GetPath()); in GetFilePermissions()
667 return llvm::sys::fs::setPermissions(file_spec.GetPath(), Perms); in SetFilePermissions()
695 if (llvm::sys::fs::file_size(file_spec.GetPath(), Size)) in GetFileSize()
742 working_dir.GetPath().c_str()); in SetRemoteWorkingDirectory()
799 "'%s' does not exist", module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
1013 std::string shell_str = (shell) ? shell.GetPath() : "<null>"; in LaunchProcess()
1188 if (fs::is_symlink_file(source.GetPath())) in PutFile()
1262 return llvm::sys::fs::remove(path.GetPath()); in Unlink()
1316 auto Result = llvm::sys::fs::md5_contents(file_spec.GetPath()); in CalculateMD5()
1620 llvm::raw_fd_ostream dst(dst_file_spec.GetPath(), EC, llvm::sys::fs::OF_None); in DownloadModuleSlice()
1623 dst_file_spec.GetPath().c_str()); in DownloadModuleSlice()