Searched defs:Env (Results 1 – 4 of 4) sorted by relevance
| /build/make/tools/ide_query/ |
| D | ide_query.go | 41 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/ |
| D | config.go | 115 Env map[string]string member
|
| /build/soong/rust/ |
| D | project_json.go | 53 Env map[string]string `json:"env"` member
|
| /build/soong/cmd/sbox/sbox_proto/ |
| D | sbox.pb.go | 121 Env []*EnvironmentVariable `protobuf:"bytes,7,rep,name=env" json:"env,omitempty"` member
|