Home | History | Annotate | Download | only in Scripts

Lines Matching refs:tmpFile

122         my $tmpFile;
124 ($pid, $tmpFile) = forkAndCompileFiles(@{$job}, $options);
126 print STDERR "####### Spawned child with PID $pid and tmpFile $tmpFile ##########\n" if $debug;
128 push(@tmpFiles, $tmpFile);
168 my (undef, $tmpFile) = File::Temp::tempfile('clcommandXXXXX', DIR => File::Spec->tmpdir, OPEN => 0);
175 open(TMP, '>:raw:encoding(UTF16-LE):crlf:utf8', $tmpFile) or die "Couldn't open $tmpFile";
182 chomp(my $winTmpFile = `cygpath -m $tmpFile`);
185 return ($pid, $tmpFile);