Searched refs:OutputFilePath (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | csuite_config.go | 34 OutputFilePath OutputPath member 38 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath 45 OutputFile: OptionalPathForPath(me.OutputFilePath),
|
D | vts_config.go | 37 OutputFilePath OutputPath member 41 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath 48 OutputFile: OptionalPathForPath(me.OutputFilePath),
|
D | csuite_config_test.go | 45 "plain", variants[0]).Module().(*CSuiteConfig).OutputFilePath.Base()
|
D | vts_config_test.go | 45 "plain", variants[0]).Module().(*VtsConfig).OutputFilePath.Base()
|
/build/soong/zip/ |
D | zip.go | 211 OutputFilePath string member 372 if args.OutputFilePath == "" { 380 f, err := os.Create(args.OutputFilePath) 388 os.Remove(args.OutputFilePath) 401 err := pathtools.WriteFileIfChanged(args.OutputFilePath, buf.Bytes(), 0666)
|
/build/soong/zip/cmd/ |
D | main.go | 193 OutputFilePath: *out,
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 347 OutputFilePath: filepath.Join(config.DistDir(), "logs.zip"), 432 OutputFilePath: filepath.Join(mpctx.Config.OutDir(), product+".zip"),
|