Home
last modified time | relevance | path

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

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