Home
last modified time | relevance | path

Searched refs:OutputFilePath (Results 1 – 7 of 7) sorted by relevance

/build/soong/android/
Dcsuite_config.go34 OutputFilePath OutputPath member
38 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath
45 OutputFile: OptionalPathForPath(me.OutputFilePath),
Dvts_config.go37 OutputFilePath OutputPath member
41 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath
48 OutputFile: OptionalPathForPath(me.OutputFilePath),
Dcsuite_config_test.go45 "plain", variants[0]).Module().(*CSuiteConfig).OutputFilePath.Base()
Dvts_config_test.go45 "plain", variants[0]).Module().(*VtsConfig).OutputFilePath.Base()
/build/soong/zip/
Dzip.go211 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/
Dmain.go193 OutputFilePath: *out,
/build/soong/cmd/multiproduct_kati/
Dmain.go347 OutputFilePath: filepath.Join(config.DistDir(), "logs.zip"),
432 OutputFilePath: filepath.Join(mpctx.Config.OutDir(), product+".zip"),