Home
last modified time | relevance | path

Searched refs:outputFilepath (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Dclasspath_fragment.go68 outputFilepath android.OutputPath member
132 c.outputFilepath = android.PathForModuleOut(ctx, outputFilename).OutputPath
144 FlagWithOutput("--output=", c.outputFilepath)
146 rule.Build("classpath_fragment", "Compiling "+c.outputFilepath.String())
150 ClasspathFragmentProtoOutput: c.outputFilepath,
181 OutputFile: android.OptionalPathForPath(c.outputFilepath),
185 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", c.outputFilepath.Base())
Dsystemserver_classpath_fragment_test.go52 …ls(t, "output filepath", "systemserverclasspath.pb", p.ClasspathFragmentBase.outputFilepath.Base())
Dplatform_bootclasspath_test.go178 …ringEquals(t, "output filepath", "bootclasspath.pb", p.ClasspathFragmentBase.outputFilepath.Base())