Home
last modified time | relevance | path

Searched refs:OutputDir (Results 1 – 25 of 810) sorted by relevance

12345678910>>...33

/dports/devel/rebar3/rebar3-3.17.0/_checkouts/relx/src/
H A Drlx_tar.erl9 make_tar(Release, OutputDir, State) ->
15 ExtraFiles = extra_files(Release, OutputDir, State),
16 Opts = make_tar_opts(ExtraFiles, Release, OutputDir, State),
66 make_tar_opts(ExtraFiles, Release, OutputDir, State) ->
70 {outdir, OutputDir}
88 [{erts, OutputDir}];
116 extra_files(Release, OutputDir, State) ->
121 ConfigFiles = config_files(Vsn, OutputDir),
131 {"bin", filename:join([OutputDir, "bin"])}
177 config_files(Vsn, OutputDir) ->
[all …]
H A Drlx_assemble.erl14 ?log_debug("Release output dir ~s", [OutputDir]),
15 ok = create_output_dir(OutputDir),
59 create_output_dir(OutputDir) ->
60 case rlx_file_utils:is_dir(OutputDir) of
73 LibDir = filename:join([OutputDir, "lib"]),
259 create_release(State0, Release0, OutputDir) ->
279 BinDir = filename:join([OutputDir, "bin"]),
891 copy_boot_to_bin(RelDir, OutputDir, Name) ->
902 create_RELEASES(State, Release, OutputDir) ->
922 create_RELEASES(OutputDir, Release) ->
[all …]
H A Drlx_relup.erl11 OutputDir = rlx_state:base_output_dir(State),
12 ReleasesDir = filename:join([OutputDir, RelName, "releases"]),
38 OutputDir = rlx_state:base_output_dir(State),
39 OutDir = filename:join([OutputDir, atom_to_list(Name), "releases", ToVsn]),
42 {path, [filename:join([OutputDir, "*", "lib", "*", "ebin"])]},
47 CurrentRel = strip_dot_rel(find_rel_file(Name, ToVsn, OutputDir)),
48 UpFromRel = strip_dot_rel(find_rel_file(Name, UpFromVsn, OutputDir)),
/dports/devel/rebar3/rebar3-3.17.0/_build/default/lib/relx/src/
H A Drlx_tar.erl9 make_tar(Release, OutputDir, State) ->
15 ExtraFiles = extra_files(Release, OutputDir, State),
16 Opts = make_tar_opts(ExtraFiles, Release, OutputDir, State),
66 make_tar_opts(ExtraFiles, Release, OutputDir, State) ->
70 {outdir, OutputDir}
88 [{erts, OutputDir}];
116 extra_files(Release, OutputDir, State) ->
121 ConfigFiles = config_files(Vsn, OutputDir),
131 {"bin", filename:join([OutputDir, "bin"])}
177 config_files(Vsn, OutputDir) ->
[all …]
H A Drlx_assemble.erl14 ?log_debug("Release output dir ~s", [OutputDir]),
15 ok = create_output_dir(OutputDir),
59 create_output_dir(OutputDir) ->
60 case rlx_file_utils:is_dir(OutputDir) of
73 LibDir = filename:join([OutputDir, "lib"]),
259 create_release(State0, Release0, OutputDir) ->
279 BinDir = filename:join([OutputDir, "bin"]),
891 copy_boot_to_bin(RelDir, OutputDir, Name) ->
902 create_RELEASES(State, Release, OutputDir) ->
922 create_RELEASES(OutputDir, Release) ->
[all …]
H A Drlx_relup.erl11 OutputDir = rlx_state:base_output_dir(State),
12 ReleasesDir = filename:join([OutputDir, RelName, "releases"]),
38 OutputDir = rlx_state:base_output_dir(State),
39 OutDir = filename:join([OutputDir, atom_to_list(Name), "releases", ToVsn]),
42 {path, [filename:join([OutputDir, "*", "lib", "*", "ebin"])]},
47 CurrentRel = strip_dot_rel(find_rel_file(Name, ToVsn, OutputDir)),
48 UpFromRel = strip_dot_rel(find_rel_file(Name, UpFromVsn, OutputDir)),
/dports/dns/blocky/blocky-0.17/vendor/github.com/swaggo/swag/gen/
H A Dgen_test.go25 OutputDir: "../testdata/simple/docs",
31 filepath.Join(config.OutputDir, "docs.go"),
49 OutputDir: "../testdata/simple/docs",
78 filepath.Join(config.OutputDir, "docs.go"),
102 filepath.Join(config.OutputDir, "docs.go"),
126 filepath.Join(config.OutputDir, "docs.go"),
150 filepath.Join(config.OutputDir, "docs.go"),
237 OutputDir: swaggerConfDir,
250 OutputDir: swaggerConfDir,
263 OutputDir: "/dev/null",
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/tests/power/
H A DPowerMeasure.py29 def PowerCollector(OutputDir, Benchmarks, LayoutThreads, Renderer): argument
31 power_dir = path.join(OutputDir, "power")
32 time_dir = path.join(OutputDir, "time")
33 etc_dir = path.join(OutputDir, "etc")
66 def PowerParser(OutputDir, LayoutThreads): argument
69 ResultTable = OutputDir + "ResultTable.csv"
86 OutputDir, "power", "power-Layout%d-set%d.csv" %
154 OutputDir = "Experiments"
155 os.mkdir(OutputDir)
178 OutputDir = args.Output
[all …]
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_prv_local_install.erl65 bin_contents(OutputDir, Vsn) ->
69 erl -pz ", (rebar_utils:to_binary(OutputDir))/binary,"/${VSN}/lib/*/ebin +sbtu +A1 -noshell -boot s…
83 OutputDir = filename:join([VersionsDir, Vsn, "lib"]),
84 case filelib:ensure_dir(filename:join([OutputDir, "empty"])) of
88 throw(?PRV_ERROR({non_writeable, OutputDir}))
91 ?INFO("Extracting rebar3 libs to ~ts...", [OutputDir]),
92 zip:extract(Archive, [{cwd, OutputDir}]),
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dsegapcm.cpp20 INT32 OutputDir[2]; member
85 if ((Chip[0]->OutputDir[BURN_SND_SEGAPCM_ROUTE_1] & BURN_SND_ROUTE_LEFT) == BURN_SND_ROUTE_LEFT) { in SegaPCMUpdate()
88 …if ((Chip[0]->OutputDir[BURN_SND_SEGAPCM_ROUTE_1] & BURN_SND_ROUTE_RIGHT) == BURN_SND_ROUTE_RIGHT)… in SegaPCMUpdate()
92 if ((Chip[0]->OutputDir[BURN_SND_SEGAPCM_ROUTE_2] & BURN_SND_ROUTE_LEFT) == BURN_SND_ROUTE_LEFT) { in SegaPCMUpdate()
95 …if ((Chip[0]->OutputDir[BURN_SND_SEGAPCM_ROUTE_2] & BURN_SND_ROUTE_RIGHT) == BURN_SND_ROUTE_RIGHT)… in SegaPCMUpdate()
103 … if ((Chip[1]->OutputDir[BURN_SND_SEGAPCM_ROUTE_1] & BURN_SND_ROUTE_LEFT) == BURN_SND_ROUTE_LEFT) { in SegaPCMUpdate()
106 …if ((Chip[1]->OutputDir[BURN_SND_SEGAPCM_ROUTE_1] & BURN_SND_ROUTE_RIGHT) == BURN_SND_ROUTE_RIGHT)… in SegaPCMUpdate()
110 … if ((Chip[1]->OutputDir[BURN_SND_SEGAPCM_ROUTE_2] & BURN_SND_ROUTE_LEFT) == BURN_SND_ROUTE_LEFT) { in SegaPCMUpdate()
156 Chip[nChip]->OutputDir[BURN_SND_SEGAPCM_ROUTE_1] = BURN_SND_ROUTE_LEFT; in SegaPCMInit()
157 Chip[nChip]->OutputDir[BURN_SND_SEGAPCM_ROUTE_2] = BURN_SND_ROUTE_RIGHT; in SegaPCMInit()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dsegapcm.cpp20 INT32 OutputDir[2]; member
85 if ((Chip[0]->OutputDir[BURN_SND_SEGAPCM_ROUTE_1] & BURN_SND_ROUTE_LEFT) == BURN_SND_ROUTE_LEFT) { in SegaPCMUpdate()
88 …if ((Chip[0]->OutputDir[BURN_SND_SEGAPCM_ROUTE_1] & BURN_SND_ROUTE_RIGHT) == BURN_SND_ROUTE_RIGHT)… in SegaPCMUpdate()
92 if ((Chip[0]->OutputDir[BURN_SND_SEGAPCM_ROUTE_2] & BURN_SND_ROUTE_LEFT) == BURN_SND_ROUTE_LEFT) { in SegaPCMUpdate()
95 …if ((Chip[0]->OutputDir[BURN_SND_SEGAPCM_ROUTE_2] & BURN_SND_ROUTE_RIGHT) == BURN_SND_ROUTE_RIGHT)… in SegaPCMUpdate()
103 … if ((Chip[1]->OutputDir[BURN_SND_SEGAPCM_ROUTE_1] & BURN_SND_ROUTE_LEFT) == BURN_SND_ROUTE_LEFT) { in SegaPCMUpdate()
106 …if ((Chip[1]->OutputDir[BURN_SND_SEGAPCM_ROUTE_1] & BURN_SND_ROUTE_RIGHT) == BURN_SND_ROUTE_RIGHT)… in SegaPCMUpdate()
110 … if ((Chip[1]->OutputDir[BURN_SND_SEGAPCM_ROUTE_2] & BURN_SND_ROUTE_LEFT) == BURN_SND_ROUTE_LEFT) { in SegaPCMUpdate()
156 Chip[nChip]->OutputDir[BURN_SND_SEGAPCM_ROUTE_1] = BURN_SND_ROUTE_LEFT; in SegaPCMInit()
157 Chip[nChip]->OutputDir[BURN_SND_SEGAPCM_ROUTE_2] = BURN_SND_ROUTE_RIGHT; in SegaPCMInit()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/build_aot/
H A Dgather.msbuild5 <OutputDir>.\blocks</OutputDir>
10 <Target Name="Build" Inputs="@(PsfFiles)" Outputs="$(OutputDir)\%(FileName).blockcache_iop)">
11 <MakeDir Directories="$(OutputDir)" />
13 …Command="&quot;$(PsfAotPath)&quot; gather &quot;%(PsfFiles.Identity)&quot; &quot;$(OutputDir)\%(Ps…
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/
H A DEdk2ToolsBuild.py75 def WritePathEnvFile(self, OutputDir): argument
92 with open(os.path.join(OutputDir, "basetoolsbin_path_env.yaml"), "w") as f:
129 self.OutputDir = os.path.join(
133 shell_env.insert_path(self.OutputDir)
141 self.WritePathEnvFile(self.OutputDir)
150 self.OutputDir = os.path.join(
153 self.WritePathEnvFile(self.OutputDir)
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/
H A DEdk2ToolsBuild.py75 def WritePathEnvFile(self, OutputDir): argument
92 with open(os.path.join(OutputDir, "basetoolsbin_path_env.yaml"), "w") as f:
129 self.OutputDir = os.path.join(
133 shell_env.insert_path(self.OutputDir)
141 self.WritePathEnvFile(self.OutputDir)
150 self.OutputDir = os.path.join(
153 self.WritePathEnvFile(self.OutputDir)
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/
H A DEdk2ToolsBuild.py74 def WritePathEnvFile(self, OutputDir): argument
91 with open(os.path.join(OutputDir, "basetoolsbin_path_env.yaml"), "w") as f:
128 self.OutputDir = os.path.join(
132 shell_env.insert_path(self.OutputDir)
140 self.WritePathEnvFile(self.OutputDir)
148 self.OutputDir = os.path.join(
151 self.WritePathEnvFile(self.OutputDir)
/dports/sysutils/gomplate/gomplate-3.9.0/
H A Dconfig.go23 OutputDir string member
42 if o.OutputDir == "" {
43 o.OutputDir = "."
80 case o.InputDir != "" && o.OutputDir != ".":
81 c += o.OutputDir
126 OutputDir: o.OutputDir,
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/
H A DEdk2ToolsBuild.py75 def WritePathEnvFile(self, OutputDir): argument
92 with open(os.path.join(OutputDir, "basetoolsbin_path_env.yaml"), "w") as f:
129 self.OutputDir = os.path.join(
133 shell_env.insert_path(self.OutputDir)
141 self.WritePathEnvFile(self.OutputDir)
150 self.OutputDir = os.path.join(
153 self.WritePathEnvFile(self.OutputDir)
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/
H A DEdk2ToolsBuild.py75 def WritePathEnvFile(self, OutputDir): argument
92 with open(os.path.join(OutputDir, "basetoolsbin_path_env.yaml"), "w") as f:
129 self.OutputDir = os.path.join(
133 shell_env.insert_path(self.OutputDir)
141 self.WritePathEnvFile(self.OutputDir)
150 self.OutputDir = os.path.join(
153 self.WritePathEnvFile(self.OutputDir)
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/
H A DEdk2ToolsBuild.py75 def WritePathEnvFile(self, OutputDir): argument
92 with open(os.path.join(OutputDir, "basetoolsbin_path_env.yaml"), "w") as f:
129 self.OutputDir = os.path.join(
133 shell_env.insert_path(self.OutputDir)
141 self.WritePathEnvFile(self.OutputDir)
150 self.OutputDir = os.path.join(
153 self.WritePathEnvFile(self.OutputDir)
/dports/www/awstats/awstats-7.8/tools/
H A Dawstats_buildstaticpages.pl39 my $OutputDir='';
255 if ($QueryString =~ /(^|-|&)dir=([^&]+)/i) { $OutputDir="$2"; }
265 if ($OutputDir) { if ($OutputDir !~ /[\\\/]$/) { $OutputDir.="/"; } }
442 $OutputFile=($OutputDir?$OutputDir:"")."awstats.$OutputSuffix.$StaticExt";
455 $OutputFile=($OutputDir?$OutputDir:"")."awstats.$OutputSuffix.$output.$StaticExt";
466 $OutputFile=($OutputDir?$OutputDir:"")."awstats.$OutputSuffix.pdf";
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/regression/
H A Dregressiontest.php69 $OutputDir = $OutputDirTemplate . posix_getpid(); variable
90 if (mkdir($OutputDir, 0777, true) === false)
92 echo "Fatal: Could not create $OutputDir\n";
99 echo "Fatal: Could not create $OutputDir\n";
122 $OutFileName = $OutputDir . "/$FileName";
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/clusterinfo/
H A Dclusterinfo_dump.go51 OutputDir string member
85 …cmd.Flags().StringVar(&o.OutputDir, "output-directory", o.OutputDir, i18n.T("Where to output the f…
184 …if err := o.PrintObj(nodes, setupOutputWriter(o.OutputDir, o.Out, "nodes", fileExtension)); err !=…
214 …if err := o.PrintObj(events, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "events"),…
230 …if err := o.PrintObj(svcs, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "services"),…
238 …if err := o.PrintObj(sets, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "daemonsets"…
246 …if err := o.PrintObj(deps, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "deployments…
254 …if err := o.PrintObj(rps, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "replicasets"…
263 …if err := o.PrintObj(pods, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "pods"), fil…
293 writer := setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, pod.Name, "logs"), ".txt")
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/clusterinfo/
H A Dclusterinfo_dump.go51 OutputDir string member
85 …cmd.Flags().StringVar(&o.OutputDir, "output-directory", o.OutputDir, i18n.T("Where to output the f…
184 …if err := o.PrintObj(nodes, setupOutputWriter(o.OutputDir, o.Out, "nodes", fileExtension)); err !=…
212 …if err := o.PrintObj(events, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "events"),…
228 …if err := o.PrintObj(svcs, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "services"),…
236 …if err := o.PrintObj(sets, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "daemonsets"…
244 …if err := o.PrintObj(deps, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "deployments…
252 …if err := o.PrintObj(rps, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "replicasets"…
261 …if err := o.PrintObj(pods, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "pods"), fil…
291 writer := setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, pod.Name, "logs"), ".txt")
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/clusterinfo/
H A Dclusterinfo_dump.go51 OutputDir string member
85 …cmd.Flags().StringVar(&o.OutputDir, "output-directory", o.OutputDir, i18n.T("Where to output the f…
184 …if err := o.PrintObj(nodes, setupOutputWriter(o.OutputDir, o.Out, "nodes", fileExtension)); err !=…
214 …if err := o.PrintObj(events, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "events"),…
230 …if err := o.PrintObj(svcs, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "services"),…
238 …if err := o.PrintObj(sets, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "daemonsets"…
246 …if err := o.PrintObj(deps, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "deployments…
254 …if err := o.PrintObj(rps, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "replicasets"…
263 …if err := o.PrintObj(pods, setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, "pods"), fil…
293 writer := setupOutputWriter(o.OutputDir, o.Out, path.Join(namespace, pod.Name, "logs"), ".txt")
[all …]
/dports/sysutils/restic/restic-0.12.1/helpers/prepare-release/
H A Dmain.go28 OutputDir string
41 pflag.StringVar(&opts.OutputDir, "output-dir", "", "use `dir` as output directory")
449 if opts.OutputDir == "" {
450 opts.OutputDir = tempdir("build-output-")
454 msg("using output dir %v", opts.OutputDir)
462 tarFilename := filepath.Join(opts.OutputDir, fmt.Sprintf("restic-%s.tar.gz", opts.Version))
466 runBuild(sourceDir, opts.OutputDir, opts.Version)
469 sha256sums(opts.OutputDir, filepath.Join(opts.OutputDir, "SHA256SUMS"))
471 signFiles(filepath.Join(opts.OutputDir, "SHA256SUMS"), tarFilename)
473 updateDocker(opts.OutputDir, opts.Version)
[all …]

12345678910>>...33