Home
last modified time | relevance | path

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

/build/soong/cc/
Dcflag_artifacts.go35 type cflagArtifactsText struct { struct
36 interOutputs map[string]android.WritablePaths
37 outputs android.WritablePaths
47 func (s *cflagArtifactsText) genFlagFilename(flag string) string {
54 func (s *cflagArtifactsText) incrementFile(ctx android.SingletonContext,
66 func (s *cflagArtifactsText) GenCFlagArtifactParts(ctx android.SingletonContext,
117 func (s *cflagArtifactsText) GenCFlagArtifacts(ctx android.SingletonContext) {
136 func (s *cflagArtifactsText) GenerateBuildActions(ctx android.SingletonContext) {
181 func (s *cflagArtifactsText) MakeVars(ctx android.MakeVarsContext) {