Documentation ¶
Index ¶
- type RunfilesFinder
- type RunfilesFinderImpl
- 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) GradleClasspathScriptPath() (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) ProcessWrapperPath() (string, error)
- func (f RunfilesFinderImpl) ReplayerSourcePath() (string, error)
- func (f RunfilesFinderImpl) VSCodeTasksPath() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunfilesFinder ¶
type RunfilesFinder interface { CIFuzzIncludePath() (string, error) ClangPath() (string, error) CMakePath() (string, error) CMakePresetsPath() (string, error) LLVMCovPath() (string, error) LLVMProfDataPath() (string, error) LLVMSymbolizerPath() (string, error) Minijail0Path() (string, error) ProcessWrapperPath() (string, error) ReplayerSourcePath() (string, error) VSCodeTasksPath() (string, error) LogoPath() (string, error) MavenPath() (string, error) GradlePath() (string, error) GradleClasspathScriptPath() (string, error) JavaHomePath() (string, error) }
var Finder RunfilesFinder
type RunfilesFinderImpl ¶
type RunfilesFinderImpl struct {
InstallDir string
}
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) GradleClasspathScriptPath ¶ added in v0.5.0
func (f RunfilesFinderImpl) GradleClasspathScriptPath() (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)
Click to show internal directories.
Click to hide internal directories.