Home
last modified time | relevance | path

Searched defs:Env (Results 1 – 4 of 4) sorted by relevance

/build/make/tools/ide_query/
Dide_query.go41 type Env struct { struct
42 LunchTarget LunchTarget
43 RepoDir string
44 OutDir string
45 ClangToolsRoot string
174 func repoState(env Env, filePaths []string) *apb.RepoState {
184 func runCCanalyzer(ctx context.Context, env Env, mode string, in []byte) ([]byte, error) {
204 func getCCTargets(ctx context.Context, env Env, filePaths []string) ([]string, error) {
231 func getCCInputs(ctx context.Context, env Env, filePaths []string) ([]*pb.AnalysisResult, []*pb.Bui…
328 func getJavaInputs(env Env, modulesByPath map[string]string, modules map[string]*javaModule) ([]*pb…
[all …]
/build/blueprint/bootstrap/
Dconfig.go115 Env map[string]string member
/build/soong/rust/
Dproject_json.go53 Env map[string]string `json:"env"` member
/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go121 Env []*EnvironmentVariable `protobuf:"bytes,7,rep,name=env" json:"env,omitempty"` member