runfiles

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FindSystemJavaHome

func FindSystemJavaHome() (string, error)

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

func JazzerDriverPath() (string, error)

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)
	VSCodeTasksPath() (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)

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