Searched refs:OutputFilePath (Results 1 – 5 of 5) sorted by relevance
/build/soong/android/ |
D | csuite_config.go | 33 OutputFilePath OutputPath member 37 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath 44 OutputFile: OptionalPathForPath(me.OutputFilePath),
|
D | csuite_config_test.go | 36 "plain", variants[0]).Module().(*CSuiteConfig).OutputFilePath.Base()
|
/build/soong/zip/ |
D | zip.go | 239 OutputFilePath string member 358 if args.OutputFilePath == "" { 368 f, err := os.Create(args.OutputFilePath) 376 os.Remove(args.OutputFilePath) 389 err := pathtools.WriteFileIfChanged(args.OutputFilePath, buf.Bytes(), 0666)
|
/build/soong/zip/cmd/ |
D | main.go | 216 OutputFilePath: *out,
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 363 OutputFilePath: filepath.Join(config.RealDistDir(), "logs.zip"), 450 OutputFilePath: filepath.Join(mpctx.Config.OutDir(), product+".zip"),
|