Searched refs:outputFilePath (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/ |
D | sh_binary.go | 69 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())
|
D | prebuilt_etc_test.go | 112 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())
|
D | prebuilt_etc.go | 65 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())
|