Home
last modified time | relevance | path

Searched refs:temp_file (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/solenv/bin/
H A Ddeliver.pl766 my $temp_file = shift;
767 $temp_file =~ s/\/{2,}/\//g;
768 my $rc = copy($file, $temp_file);
769 execute_system("$strip $temp_file");
818 $rc = strip_target($from, $temp_file);
820 $rc = copy($from, $temp_file);
823 if ( is_newer($temp_file, $from, 0) ) {
844 $success = rename($temp_file, $to);
874 unlink($temp_file);
1476 if ( defined($temp_file) && -e $temp_file ) {
[all …]
/aoo41x/main/extensions/source/oooimprovement/
H A Dsoapsender.cxx76 Reference<XTempFile> temp_file( in send() local
88 Reference<XOutputStream> temp_stream = temp_file->getOutputStream(); in send()
117 … getHttpPostHeader(path_on_server.makeStringAndClear(), file_access->getSize(temp_file->getUri())); in send()
126 Reference<XInputStream> temp_stream = file_access->openFileRead(temp_file->getUri()); in send()

Completed in 54 milliseconds