 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func FindSystemJavaHome() (string, error)
- func JazzerDriverPath() (string, error)
- 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) JazzerAgentDeployJarPath() (string, error)
- func (f RunfilesFinderImpl) JazzerDriverPath() (string, error)
- func (f RunfilesFinderImpl) LLVMCovPath() (string, error)
- func (f RunfilesFinderImpl) LLVMProfDataPath() (string, error)
- func (f RunfilesFinderImpl) LLVMSymbolizerPath() (string, error)
- func (f RunfilesFinderImpl) LibMinijailPreloadPath() (string, error)
- func (f RunfilesFinderImpl) Minijail0Path() (string, error)
- func (f RunfilesFinderImpl) ProcessWrapperPath() (string, error)
- func (f RunfilesFinderImpl) ReplayerSourcePath() (string, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindSystemJavaHome ¶
FindSystemJavaHome 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 JazzerDriverPath ¶
Types ¶
type RunfilesFinder ¶
type RunfilesFinder interface {
	CIFuzzIncludePath() (string, error)
	ClangPath() (string, error)
	CMakePath() (string, error)
	CMakePresetsPath() (string, error)
	JazzerAgentDeployJarPath() (string, error)
	JazzerDriverPath() (string, error)
	LibMinijailPreloadPath() (string, error)
	LLVMCovPath() (string, error)
	LLVMProfDataPath() (string, error)
	LLVMSymbolizerPath() (string, error)
	Minijail0Path() (string, error)
	ProcessWrapperPath() (string, error)
	ReplayerSourcePath() (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) JazzerAgentDeployJarPath ¶
func (f RunfilesFinderImpl) JazzerAgentDeployJarPath() (string, error)
func (RunfilesFinderImpl) JazzerDriverPath ¶
func (f RunfilesFinderImpl) JazzerDriverPath() (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) LibMinijailPreloadPath ¶
func (f RunfilesFinderImpl) LibMinijailPreloadPath() (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)
 Click to show internal directories. 
   Click to hide internal directories.