Home | History | Annotate | Download | only in mac

Lines Matching refs:tempDir

54 [B<--tempdir> I<temp-dir>]
82 See B<--tempdir>.
111 =item B<--tempdir> I<temp-dir>
424 $targetImage, $tempDir, $volumeName);
448 'tempdir=s' => \$tempDir,
497 if(defined($tempDir)) {
498 @tempDirComponents = pathSplit($tempDir);
501 # Default tempDir is the same directory as what is specified for
503 $tempDir = join('/', @tempDirComponents);
529 # Make a temporary directory in $tempDir for our own nefarious purposes.
910 # diskImageMaker($source, $destination, $format, $name, $tempDir, $tempMount,
914 # source directory $source. $name is the volume name. $tempDir is a good
923 $tempDir, $tempMount);
924 ($source, $destination, $format, $name, $tempDir, $tempMount,
931 $hybridImage = giveExtension($tempDir.'/hybrid', '.dmg');
965 $udrwImage = giveExtension($tempDir.'/udrw', '.dmg');
1010 $udrwImage = giveExtension($tempDir.'/udrw', '.dmg');
1012 diskImageMaker($source, $udrwImage, 'UDRW', $name, $tempDir,
1510 " [--tempdir <temp-dir>] (default: same dir as target)\n".