Home
last modified time | relevance | path

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

/build/soong/android/
Dsh_binary.go69 outputFilePath OutputPath member
89 return s.outputFilePath
114 s.outputFilePath = PathForModuleOut(ctx, filename).OutputPath
120 Output: s.outputFilePath,
128 OutputFile: OptionalPathForPath(s.outputFilePath),
134 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", s.outputFilePath.Rel())
Dprebuilt_etc_test.go112 if p.outputFilePath.Base() != "foo.installed.conf" {
113 t.Errorf("expected foo.installed.conf, got %q", p.outputFilePath.Base())
131 if p.outputFilePath.Base() != "my_foo" {
132 t.Errorf("expected my_foo, got %q", p.outputFilePath.Base())
136 if p.outputFilePath.Base() != "bar.conf" {
137 t.Errorf("expected bar.conf, got %q", p.outputFilePath.Base())
Dprebuilt_etc.go65 outputFilePath OutputPath member
101 return p.outputFilePath
126 p.outputFilePath = PathForModuleOut(ctx, filename).OutputPath
133 Output: p.outputFilePath,
156 fmt.Fprintln(w, "LOCAL_PREBUILT_MODULE_FILE :=", p.outputFilePath.String())
158 fmt.Fprintln(w, "LOCAL_INSTALLED_MODULE_STEM :=", p.outputFilePath.Base())