Documentation ¶
Index ¶
- type RunfilesFinder
- type RunfilesFinderImpl
- func (f RunfilesFinderImpl) BazelPath() (string, error)
- func (f RunfilesFinderImpl) CIFuzzIncludePath() (string, error)
- func (f RunfilesFinderImpl) CMakePath() (string, error)
- func (f RunfilesFinderImpl) CMakePresetsPath() (string, error)
- func (f RunfilesFinderImpl) ClangPath() (string, error)
- func (f RunfilesFinderImpl) DumperSourcePath() (string, error)
- func (f RunfilesFinderImpl) GenHTMLPath() (string, error)
- func (f RunfilesFinderImpl) GradlePath() (string, error)
- func (f RunfilesFinderImpl) JavaHomePath() (string, error)
- func (f RunfilesFinderImpl) JavaPath() (string, error)
- func (f RunfilesFinderImpl) LLVMCovPath() (string, error)
- func (f RunfilesFinderImpl) LLVMProfDataPath() (string, error)
- func (f RunfilesFinderImpl) LLVMSymbolizerPath() (string, error)
- func (f RunfilesFinderImpl) LogoPath() (string, error)
- func (f RunfilesFinderImpl) MavenPath() (string, error)
- func (f RunfilesFinderImpl) Minijail0Path() (string, error)
- func (f RunfilesFinderImpl) PerlPath() (string, error)
- func (f RunfilesFinderImpl) ProcessWrapperPath() (string, error)
- func (f RunfilesFinderImpl) ReplayerSourcePath() (string, error)
- func (f RunfilesFinderImpl) VSCodeTasksPath() (string, error)
- func (f RunfilesFinderImpl) VisualStudioPath() (string, error)
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) PerlPath() (string, error) Minijail0Path() (string, error) ProcessWrapperPath() (string, error) ReplayerSourcePath() (string, error) DumperSourcePath() (string, error) VisualStudioPath() (string, error) VSCodeTasksPath() (string, error) LogoPath() (string, error) MavenPath() (string, error) GradlePath() (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) 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) PerlPath ¶ added in v0.26.0
func (f RunfilesFinderImpl) PerlPath() (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)
func (RunfilesFinderImpl) VisualStudioPath ¶ added in v0.25.0
func (f RunfilesFinderImpl) VisualStudioPath() (string, error)
Click to show internal directories.
Click to hide internal directories.