Lines Matching refs:destination
910 # diskImageMaker($source, $destination, $format, $name, $tempDir, $tempMount,
913 # Creates a disk image in $destination of format $format corresponding to the
922 my($baseName, $destination, $format, $name, $setRootIcon, $source,
924 ($source, $destination, $format, $name, $tempDir, $tempMount,
1031 $uncompressedImage, '-o', $destination) != 0) {
1038 sub {commandInternalVerbosity(0, 'unlink', $destination);});
1045 # the cleanup stack is the removal of $destination. $source has already
1058 '-ov', '-srcfolder', $source, $destination) != 0) {
1065 sub {commandInternalVerbosity(0, 'unlink', $destination);});
1131 '-ov', '-sectors', $sizeTotal, $destination) != 0) {
1136 sub {commandInternalVerbosity(0, 'unlink', $destination);});
1151 hdidMountImage($tempMount, $destination))) {