Home
last modified time | relevance | path

Searched refs:tempFiles (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.CodeDom.Compiler/
H A DExecutor.cs71 public static void ExecWait (string cmd, TempFileCollection tempFiles) in ExecWait() argument
75 … ExecWaitWithCapture (cmd, Environment.CurrentDirectory, tempFiles, ref outputName, ref errorName); in ExecWait()
84 return InternalExecWaitWithCapture (cmd, currentDir, tempFiles, ref outputName, ref errorName); in ExecWaitWithCapture()
88 …2 ExecWaitWithCapture (IntPtr userToken, string cmd, TempFileCollection tempFiles, ref string outp… in ExecWaitWithCapture() argument
90 …return ExecWaitWithCapture (userToken, cmd, Environment.CurrentDirectory, tempFiles, ref outputNam… in ExecWaitWithCapture()
94 … ExecWaitWithCapture (string cmd, string currentDir, TempFileCollection tempFiles, ref string outp… in ExecWaitWithCapture() argument
96 return InternalExecWaitWithCapture (cmd, currentDir, tempFiles, ref outputName, ref errorName); in ExecWaitWithCapture()
100 …public static Int32 ExecWaitWithCapture (string cmd, TempFileCollection tempFiles, ref string outp… in ExecWaitWithCapture() argument
102 …return InternalExecWaitWithCapture (cmd, Environment.CurrentDirectory, tempFiles, ref outputName, … in ExecWaitWithCapture()
111 outputName = tempFiles.AddExtension ("out"); in InternalExecWaitWithCapture()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DExecutor.cs19 public static void ExecWait(string cmd, TempFileCollection tempFiles) in ExecWait() argument
22 ExecWaitWithCapture(cmd, tempFiles, ref outputName, ref errorName); in ExecWait()
25 …nt ExecWaitWithCapture(IntPtr userToken, string cmd, TempFileCollection tempFiles, ref string outp… in ExecWaitWithCapture() argument
26 …ExecWaitWithCapture(userToken, cmd, Environment.CurrentDirectory, tempFiles, ref outputName, ref e… in ExecWaitWithCapture()
28 …t ExecWaitWithCapture(string cmd, string currentDir, TempFileCollection tempFiles, ref string outp… in ExecWaitWithCapture() argument
29 … ExecWaitWithCapture(IntPtr.Zero, cmd, currentDir, tempFiles, ref outputName, ref errorName); in ExecWaitWithCapture()
31 …public static int ExecWaitWithCapture(string cmd, TempFileCollection tempFiles, ref string outputN… in ExecWaitWithCapture() argument
32 …ExecWaitWithCapture(IntPtr.Zero, cmd, Environment.CurrentDirectory, tempFiles, ref outputName, ref… in ExecWaitWithCapture()
34 …ure(IntPtr userToken, string cmd, string currentDir, TempFileCollection tempFiles, ref string outp… in ExecWaitWithCapture() argument
43 outputName = tempFiles.AddExtension("out"); in ExecWaitWithCapture()
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/helpers/testsuite/
H A Dtesting_helpers.go37 tempFiles []string member
52 var tempFiles []string
55 tempFiles = append(tempFiles, tempCAFile)
61 tempFiles = append(tempFiles, tempCABundleFile)
67 tempFiles = append(tempFiles, tempCAKeyFile)
73 tempFiles = append(tempFiles, tempIntBundleFile)
79 for _, file := range tempFiles {
89 for _, file := range tempFiles {
97 for _, file := range tempFiles {
121 for _, file := range tempFiles {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DExecutor.cs64 public static void ExecWait(string cmd, TempFileCollection tempFiles) { in ExecWait() argument
67 ExecWaitWithCapture(cmd, tempFiles, ref outputName, ref errorName); in ExecWait()
75 …public static int ExecWaitWithCapture(string cmd, TempFileCollection tempFiles, ref string outputN… in ExecWaitWithCapture() argument
76 …return ExecWaitWithCapture(null, cmd, Environment.CurrentDirectory, tempFiles, ref outputName, ref… in ExecWaitWithCapture()
84 …t ExecWaitWithCapture(string cmd, string currentDir, TempFileCollection tempFiles, ref string outp… in ExecWaitWithCapture() argument
85 … return ExecWaitWithCapture(null, cmd, currentDir, tempFiles, ref outputName, ref errorName, null); in ExecWaitWithCapture()
93 …nt ExecWaitWithCapture(IntPtr userToken, string cmd, TempFileCollection tempFiles, ref string outp… in ExecWaitWithCapture() argument
94 …feUserTokenHandle(userToken, false), cmd, Environment.CurrentDirectory, tempFiles, ref outputName,… in ExecWaitWithCapture()
122 …etValue = ExecWaitWithCaptureUnimpersonated(userToken, cmd, currentDir, tempFiles, ref outputName,… in ExecWaitWithCapture()
147 outputName = tempFiles.AddExtension("out"); in ExecWaitWithCaptureUnimpersonated()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/codec/
H A DFileCacheSeekableStream.java298 private HashSet tempFiles = null; field in TempFileCleanupThread
309 if(tempFiles != null && tempFiles.size() > 0) { in run()
310 File[] filesToDelete = (File[])tempFiles.toArray(new File[tempFiles.size()]); in run()
325 if(tempFiles == null) { in addFile()
326 tempFiles = new HashSet(); in addFile()
328 tempFiles.add(file); in addFile()
335 tempFiles.remove(file); in removeFile()
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/logging/
H A Dlogfile_test.go64 tempFiles, _ := ioutil.ReadDir(tempDir)
65 if got := tempFiles; len(got) != want {
85 tempFiles, _ := ioutil.ReadDir(tempDir)
86 if got := tempFiles; len(got) != want {
90 for _, tempFile := range tempFiles {
122 tempFiles, _ := ioutil.ReadDir(tempDir)
123 if got := tempFiles; len(got) != want {
144 tempFiles, _ := ioutil.ReadDir(tempDir)
145 if got := tempFiles; len(got) != want {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/logging/
H A Dlogfile_test.go64 tempFiles, _ := ioutil.ReadDir(tempDir)
65 if got := tempFiles; len(got) != want {
85 tempFiles, _ := ioutil.ReadDir(tempDir)
86 if got := tempFiles; len(got) != want {
90 for _, tempFile := range tempFiles {
122 tempFiles, _ := ioutil.ReadDir(tempDir)
123 if got := tempFiles; len(got) != want {
144 tempFiles, _ := ioutil.ReadDir(tempDir)
145 if got := tempFiles; len(got) != want {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/github.com/google/pprof/internal/driver/
H A Dtempfile.go36 var tempFiles []string var
42 tempFiles = append(tempFiles, path)
49 for _, f := range tempFiles {
52 tempFiles = nil
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/github.com/google/pprof/internal/driver/
H A Dtempfile.go36 var tempFiles []string var
42 tempFiles = append(tempFiles, path)
49 for _, f := range tempFiles {
52 tempFiles = nil
/dports/devel/pprof/pprof-acf8798/internal/driver/
H A Dtempfile.go36 var tempFiles []string var
42 tempFiles = append(tempFiles, path)
49 for _, f := range tempFiles {
52 tempFiles = nil
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/command/agent/
H A Dlog_file_test.go80 tempFiles, _ := ioutil.ReadDir(tempDir)
81 require.Equal(want, len(tempFiles))
103 tempFiles, _ := ioutil.ReadDir(tempDir)
104 require.Equal(want, len(tempFiles))
129 tempFiles, _ := ioutil.ReadDir(tempDir)
131 require.Equal(want, len(tempFiles))
133 for _, tempFile := range tempFiles {
169 tempFiles, _ := ioutil.ReadDir(tempDir)
170 require.Equal(want, len(tempFiles))
/dports/sysutils/nomad/nomad-1.1.0/command/agent/
H A Dlog_file_test.go80 tempFiles, _ := ioutil.ReadDir(tempDir)
81 require.Equal(want, len(tempFiles))
103 tempFiles, _ := ioutil.ReadDir(tempDir)
104 require.Equal(want, len(tempFiles))
129 tempFiles, _ := ioutil.ReadDir(tempDir)
131 require.Equal(want, len(tempFiles))
133 for _, tempFile := range tempFiles {
169 tempFiles, _ := ioutil.ReadDir(tempDir)
170 require.Equal(want, len(tempFiles))
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/github.com/google/pprof/internal/driver/
H A Dtempfile.go38 var tempFiles []string var
44 tempFiles = append(tempFiles, path)
53 for _, f := range tempFiles {
58 tempFiles = nil
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/google/pprof/internal/driver/
H A Dtempfile.go38 var tempFiles []string var
44 tempFiles = append(tempFiles, path)
53 for _, f := range tempFiles {
58 tempFiles = nil
H A Dtempfile_test.go38 if len(tempFiles) != n {
39 t.Errorf("len(tempFiles): got %d, want %d", len(tempFiles), n)
42 for _, name := range tempFiles {
52 if len(tempFiles) != 0 {
53 t.Errorf("len(tempFiles) after the cleanup: got %d, want 0", len(tempFiles))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/pprof/internal/driver/
H A Dtempfile.go38 var tempFiles []string var
44 tempFiles = append(tempFiles, path)
53 for _, f := range tempFiles {
58 tempFiles = nil
H A Dtempfile_test.go38 if len(tempFiles) != n {
39 t.Errorf("len(tempFiles): got %d, want %d", len(tempFiles), n)
42 for _, name := range tempFiles {
52 if len(tempFiles) != 0 {
53 t.Errorf("len(tempFiles) after the cleanup: got %d, want 0", len(tempFiles))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/pprof/internal/driver/
H A Dtempfile.go38 var tempFiles []string var
44 tempFiles = append(tempFiles, path)
53 for _, f := range tempFiles {
58 tempFiles = nil
H A Dtempfile_test.go38 if len(tempFiles) != n {
39 t.Errorf("len(tempFiles): got %d, want %d", len(tempFiles), n)
42 for _, name := range tempFiles {
52 if len(tempFiles) != 0 {
53 t.Errorf("len(tempFiles) after the cleanup: got %d, want 0", len(tempFiles))
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/google/pprof/internal/driver/
H A Dtempfile.go38 var tempFiles []string var
44 tempFiles = append(tempFiles, path)
53 for _, f := range tempFiles {
58 tempFiles = nil
H A Dtempfile_test.go38 if len(tempFiles) != n {
39 t.Errorf("len(tempFiles): got %d, want %d", len(tempFiles), n)
42 for _, name := range tempFiles {
52 if len(tempFiles) != 0 {
53 t.Errorf("len(tempFiles) after the cleanup: got %d, want 0", len(tempFiles))
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/google/pprof/internal/driver/
H A Dtempfile.go38 var tempFiles []string var
44 tempFiles = append(tempFiles, path)
53 for _, f := range tempFiles {
58 tempFiles = nil
H A Dtempfile_test.go38 if len(tempFiles) != n {
39 t.Errorf("len(tempFiles): got %d, want %d", len(tempFiles), n)
42 for _, name := range tempFiles {
52 if len(tempFiles) != 0 {
53 t.Errorf("len(tempFiles) after the cleanup: got %d, want 0", len(tempFiles))
/dports/net/storj/storj-1.45.3/vendor/github.com/google/pprof/internal/driver/
H A Dtempfile.go38 var tempFiles []string var
44 tempFiles = append(tempFiles, path)
53 for _, f := range tempFiles {
58 tempFiles = nil
H A Dtempfile_test.go38 if len(tempFiles) != n {
39 t.Errorf("len(tempFiles): got %d, want %d", len(tempFiles), n)
42 for _, name := range tempFiles {
52 if len(tempFiles) != 0 {
53 t.Errorf("len(tempFiles) after the cleanup: got %d, want 0", len(tempFiles))

12345678910>>...16