Searched refs:temp_file (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/solenv/bin/ |
| H A D | deliver.pl | 780 my $temp_file = shift; 781 $temp_file =~ s/\/{2,}/\//g; 782 my $rc = copy($file, $temp_file); 783 execute_system("$strip $temp_file"); 829 local $temp_file = sprintf('%s.%d-%d', $to, $$, time()); 832 $rc = strip_target($from, $temp_file); 834 $rc = copy($from, $temp_file); 837 if ( is_newer($temp_file, $from, 0) ) { 838 $rc = utime($$from_stat_ref[9], $$from_stat_ref[9], $temp_file); 840 print_warning("can't update temporary file modification time '$temp_file': $!\n [all …]
|
| /trunk/main/extensions/source/oooimprovement/ |
| H A D | soapsender.cxx | 76 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()
|