runfiles

package
v0.19.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RunfilesFinder

type RunfilesFinder interface {
	BazelPath() (string, error)
	CIFuzzIncludePath() (string, error)
	ClangPath() (string, error)
	CMakePath() (string, error)
	CMakePresetsPath() (string, error)
	LLVMCovPath() (string, error)
	LLVMProfDataPath() (string, error)
	LLVMSymbolizerPath() (string, error)
	GenHTMLPath() (string, error)
	Minijail0Path() (string, error)
	ProcessWrapperPath() (string, error)
	ReplayerSourcePath() (string, error)
	DumperSourcePath() (string, error)
	VSCodeTasksPath() (string, error)
	LogoPath() (string, error)
	MavenPath() (string, error)
	GradlePath() (string, error)
	GradleInitScriptPath() (string, error)
	JavaHomePath() (string, error)
}
var Finder RunfilesFinder

type RunfilesFinderImpl

type RunfilesFinderImpl struct {
	InstallDir string
}

func (RunfilesFinderImpl) BazelPath added in v0.15.0

func (f RunfilesFinderImpl) BazelPath() (string, error)

func (RunfilesFinderImpl) CIFuzzIncludePath

func (f RunfilesFinderImpl) CIFuzzIncludePath() (string, error)

func (RunfilesFinderImpl) CMakePath added in v0.1.3

func (f RunfilesFinderImpl) CMakePath() (string, error)

func (RunfilesFinderImpl) CMakePresetsPath added in v0.1.2

func (f RunfilesFinderImpl) CMakePresetsPath() (string, error)

func (RunfilesFinderImpl) ClangPath

func (f RunfilesFinderImpl) ClangPath() (string, error)

func (RunfilesFinderImpl) DumperSourcePath added in v0.10.0

func (f RunfilesFinderImpl) DumperSourcePath() (string, error)

func (RunfilesFinderImpl) GenHTMLPath added in v0.7.0

func (f RunfilesFinderImpl) GenHTMLPath() (string, error)

func (RunfilesFinderImpl) GradleInitScriptPath added in v0.8.0

func (f RunfilesFinderImpl) GradleInitScriptPath() (string, error)

func (RunfilesFinderImpl) GradlePath added in v0.5.0

func (f RunfilesFinderImpl) GradlePath() (string, error)

func (RunfilesFinderImpl) JavaHomePath added in v0.5.0

func (f RunfilesFinderImpl) JavaHomePath() (string, error)

JavaHomePath returns the absolute path to the base directory of the default system JDK/JRE. It first looks up JAVA_HOME and then falls back to using the java binary in the PATH.

func (RunfilesFinderImpl) JavaPath added in v0.5.0

func (f RunfilesFinderImpl) JavaPath() (string, error)

func (RunfilesFinderImpl) LLVMCovPath

func (f RunfilesFinderImpl) LLVMCovPath() (string, error)

func (RunfilesFinderImpl) LLVMProfDataPath

func (f RunfilesFinderImpl) LLVMProfDataPath() (string, error)

func (RunfilesFinderImpl) LLVMSymbolizerPath

func (f RunfilesFinderImpl) LLVMSymbolizerPath() (string, error)

func (RunfilesFinderImpl) LogoPath added in v0.4.0

func (f RunfilesFinderImpl) LogoPath() (string, error)

func (RunfilesFinderImpl) MavenPath added in v0.5.0

func (f RunfilesFinderImpl) MavenPath() (string, error)

func (RunfilesFinderImpl) Minijail0Path

func (f RunfilesFinderImpl) Minijail0Path() (string, error)

func (RunfilesFinderImpl) ProcessWrapperPath

func (f RunfilesFinderImpl) ProcessWrapperPath() (string, error)

func (RunfilesFinderImpl) ReplayerSourcePath

func (f RunfilesFinderImpl) ReplayerSourcePath() (string, error)

func (RunfilesFinderImpl) VSCodeTasksPath added in v0.1.5

func (f RunfilesFinderImpl) VSCodeTasksPath() (string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL