Home | History | Annotate | Download | only in cc

Lines Matching refs:OutputFile

54 	ret.OutputFile = c.outputFile
55 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) (err error) {
142 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
153 fmt.Fprintln(w, "LOCAL_BUILT_MODULE_STEM := $(LOCAL_MODULE)"+outputFile.Ext())
171 out := ret.OutputFile.Path()
185 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
213 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
232 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
245 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
246 fmt.Fprintln(w, "LOCAL_MODULE_SUFFIX := "+outputFile.Ext())
259 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
273 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
285 ret.OutputFile = android.OptionalPathForPath(installer.path)
288 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
303 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
307 fmt.Fprintln(w, "LOCAL_MODULE_SUFFIX := "+outputFile.Ext())
324 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
327 fmt.Fprintln(w, "LOCAL_BUILT_MODULE_STEM := $(LOCAL_MODULE)"+outputFile.Ext())