Lines Matching refs:d

168     if ( ! -d $target_path)
176 … sprintf("openoffice%d%d%d.msi", $target_version[0], $target_version[1], $target_version[2]));
225 if ( ! -d $ext_sources_path)
235 if ( ! -d $unpacked_path)
253 if ( -d $unpacked_path)
476 … $installer::logger::Info->printf("Error: %d files have been removed\n", $removed_file_count);
518 … $installer::logger::Info->printf("Warning: %d files have been added\n", scalar @added_files);
547 "Error: %d new files have existing components (which must also be new)\n",
554 "OK: all %d new files also have new components\n",
600 "Error: %d features have been removed:\n",
618 …$installer::logger::Info->printf("Warning: %d features have been addded\n", scalar @added_features…
633 "Error: %d new features have existing parents (which also must be new)\n",
700 "Error: %d components have been removed, some of them are file components:\n",
708 "Error: %d components have been removed, all of them are registry components:\n",
763 "Warning: %d components have been addded\n",
869 … "Error: there are %d components with different 'ComponentId' values after %d comparisons.\n",
925 …$installer::logger::Info->printf("Error: there are %d files with mismatching 'Sequence' numbers\n",
929 $installer::logger::Info->printf(" %s: %d != %d\n",
975 … $installer::logger::Info->printf("Error: there are %d collisions ofn the sequence numbers\n",
1014 $installer::logger::Info->printf("Warning: sequence numbers have %d holes\n");
1019 $installer::logger::Info->printf(" %d\n", $hole->[0]);
1023 $installer::logger::Info->printf(" %d -> %d\n", $hole->[0], $hole->[1]);
1130 "Error: there are %d mismatches in the 'KeyPath' column of the 'Component' table\n",
1259 …$installer::logger::Info->printf("Error: there are %d missing references\n", scalar @missing_refer…
1341 if ( ! -d $psdk_home)
1350 if ( ! -d $schema_path)
1416 "Value", sprintf("%d/%d/%d %d:%02d", $mon+1,$mday,$year+1900,$hour,$min)
1613 File::Path::make_path($destination_path) if ! -d $destination_path;
1671 File::Path::make_path($log_path) if ! -d $log_path;
1677 if ( ! -d $temporary_msimsp_path)
1697 if ( ! -d $temporary_msimsp_path)
1842 File::Path::make_path($msp_path) unless -d $msp_path;
2241 File::Path::make_path($dirname) unless -d $dirname;