Searched refs:outputFilePath (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | makefile_goal.go | 42 outputFilePath OutputPath 61 return Paths{p.outputFilePath}, nil 73 p.outputFilePath = PathForModuleOut(ctx, filename).OutputPath 75 ctx.InstallFile(PathForModuleInstall(ctx, "etc"), ctx.ModuleName(), p.outputFilePath) 81 OutputFile: OptionalPathForPath(p.outputFilePath), 85 …intf(w, "$(eval $(call copy-one-file,%s,%s))\n", proptools.String(p.inputPath()), p.outputFilePath)
|
/build/soong/sh/ |
D | sh_binary.go | 99 outputFilePath android.OutputPath member 127 return s.outputFilePath 156 s.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath 162 Output: s.outputFilePath, 170 s.installedFile = ctx.InstallExecutable(installDir, s.outputFilePath.Base(), s.outputFilePath) 176 OutputFile: android.OptionalPathForPath(s.outputFilePath), 189 entries.SetString("LOCAL_MODULE_STEM", s.outputFilePath.Rel()) 213 s.installedFile = ctx.InstallExecutable(s.installDir, s.outputFilePath.Base(), s.outputFilePath) 225 …, s.testProperties.Test_suites, configs, s.testProperties.Auto_gen_config, s.outputFilePath.Base()) 235 OutputFile: android.OptionalPathForPath(s.outputFilePath),
|
/build/soong/etc/ |
D | prebuilt_etc.go | 83 outputFilePath android.OutputPath member 160 return p.outputFilePath 188 p.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath 206 Output: p.outputFilePath, 222 OutputFile: android.OptionalPathForPath(p.outputFilePath), 227 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", p.outputFilePath.Base())
|
D | prebuilt_etc_test.go | 148 if p.outputFilePath.Base() != "foo.installed.conf" { 149 t.Errorf("expected foo.installed.conf, got %q", p.outputFilePath.Base()) 167 if p.outputFilePath.Base() != "my_foo" { 168 t.Errorf("expected my_foo, got %q", p.outputFilePath.Base()) 172 if p.outputFilePath.Base() != "bar.conf" { 173 t.Errorf("expected bar.conf, got %q", p.outputFilePath.Base())
|
/build/soong/java/ |
D | platform_compat_config.go | 164 outputFilePath android.OutputPath member 171 c.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath 177 Output: c.outputFilePath, 185 return android.Paths{h.outputFilePath}, nil
|
D | hiddenapi_singleton.go | 342 outputFilePath android.OutputPath member 349 h.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath 355 Output: h.outputFilePath, 363 return android.Paths{h.outputFilePath}, nil
|
D | sdk_library.go | 2042 outputFilePath android.OutputPath member 2071 return module.outputFilePath 2114 module.outputFilePath = android.PathForModuleOut(ctx, libName+".xml").OutputPath 2118 Output(module.outputFilePath) 2134 OutputFile: android.OptionalPathForPath(module.outputFilePath), 2139 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", module.outputFilePath.Base())
|