Home
last modified time | relevance | path

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

/build/soong/android/
Dcsuite_config.go33 OutputFilePath Path member
37 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName())
44 OutputFile: OptionalPathForPath(me.OutputFilePath),
Dcsuite_config_test.go35 …me := result.ModuleForTests(t, "plain", variants[0]).Module().(*CSuiteConfig).OutputFilePath.Base()
/build/soong/zip/
Dzip.go273 OutputFilePath string member
402 if args.OutputFilePath == "" {
414 f, err := os.Create(args.OutputFilePath)
422 os.Remove(args.OutputFilePath)
435 err := pathtools.WriteFileIfChanged(args.OutputFilePath, buf.Bytes(), 0666)
/build/soong/zip/cmd/
Dmain.go229 OutputFilePath: *out,