Home
last modified time | relevance | path

Searched refs:OutputDirTemplate (Results 1 – 6 of 6) sorted by relevance

/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/regression/
H A Dregressiontest.php68 $OutputDirTemplate = "regression/output_"; /* output dir is suffixed with pid */ variable
69 $OutputDir = $OutputDirTemplate . posix_getpid();
/dports/sysutils/helmfile/helmfile-0.138.7/pkg/app/
H A Dconfig.go137 OutputDirTemplate() string methodSpec
H A Dapp.go1469 OutputDirTemplate: c.OutputDirTemplate(),
H A Dapp_test.go2280 func (c configImpl) OutputDirTemplate() string { func
/dports/sysutils/helmfile/helmfile-0.138.7/
H A Dmain.go636 func (c configImpl) OutputDirTemplate() string { func
/dports/sysutils/helmfile/helmfile-0.138.7/pkg/state/
H A Dstate.go1228 OutputDirTemplate string member
1290 if len(outputDir) > 0 || len(opts.OutputDirTemplate) > 0 {
1291 releaseOutputDir, err := st.GenerateOutputDir(outputDir, release, opts.OutputDirTemplate)