Lines Matching refs:print_error
129 print_error("no such directory: '$_'", 2) if ! -d $_;
130 print_error("can't search directory: '$_'", 2) if ! -x $_;
132 print_error("directory is not writable: '$out_dir'", 2) if ! -w $out_dir;
141 print_error("can't search directory: '$_'", 2);
161 print_error("can't find any image lists in '@imagelist_path'", 3);
213 print_error("can't parse line $linecount from file '$image_list'", 4);
361 print_error("can't add file '$path' to image zip archive: $!", 5);
366 print_error("write image zip archive '$tmp_out_file' failed. Reason: $status", 6);
380 print_error("couldn't remove '$dest_file'",1);
384 print_error("couldn't rename '$source_file'",1);
424 sub print_error subroutine