Searched refs:OutputFilePath (Results 1 – 5 of 5) sorted by relevance
/build/soong/android/ |
D | vts_config.go | 34 OutputFilePath OutputPath member 38 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath 45 OutputFile: OptionalPathForPath(me.OutputFilePath),
|
D | vts_config_test.go | 57 "plain", variants[0]).Module().(*VtsConfig).OutputFilePath.Base()
|
/build/soong/zip/ |
D | zip.go | 211 OutputFilePath string member 371 if args.OutputFilePath == "" { 379 f, err := os.Create(args.OutputFilePath) 387 os.Remove(args.OutputFilePath) 400 err := pathtools.WriteFileIfChanged(args.OutputFilePath, buf.Bytes(), 0666)
|
/build/soong/zip/cmd/ |
D | main.go | 194 OutputFilePath: *out,
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 328 OutputFilePath: filepath.Join(config.DistDir(), "logs.zip"), 413 OutputFilePath: filepath.Join(mpctx.Config.OutDir(), product+".zip"),
|