Searched refs:temp_file (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/solenv/bin/ |
| H A D | deliver.pl | 766 my $temp_file = shift; 767 $temp_file =~ s/\/{2,}/\//g; 768 my $rc = copy($file, $temp_file); 769 execute_system("$strip $temp_file"); 815 local $temp_file = sprintf('%s.%d-%d', $to, $$, time()); 818 $rc = strip_target($from, $temp_file); 820 $rc = copy($from, $temp_file); 823 if ( is_newer($temp_file, $from, 0) ) { 824 $rc = utime($$from_stat_ref[9], $$from_stat_ref[9], $temp_file); 826 print_warning("can't update temporary file modification time '$temp_file': $!\n [all …]
|
| /AOO42X/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()
|