Searched refs:temp_file (Results 1 – 2 of 2) sorted by relevance
766 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);1479 if ( defined($temp_file) && -e $temp_file ) {[all …]
76 Reference<XTempFile> temp_file( in send() local88 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 22 milliseconds