Lines Matching refs:mountPoint
323 # If hdiutil attach -mountpoint exists, use it to avoid
339 # Using hdiutil attach -mountpoint didn't always keep images
397 # hdiutil attach does not support -mountpoint
1239 # hdidMountImage($mountPoint, @arguments)
1251 # and $mountPoint is used as the mount point.
1258 my(@arguments, @command, $mountPoint);
1259 ($mountPoint, @arguments) = @_;
1264 '-mountpoint', $mountPoint);
1282 my($device, $mountpoint);
1301 $mountpoint = $1;
1302 return($rootDevice, $device, $mountpoint);