#include <sys/ioctl.h>
#include <linux/cdrom.h>
#include <cstring>
#include <cstdlib>
#include <iostream>
#include "zypp/base/Logger.h"
#include "zypp/ExternalProgram.h"
#include "zypp/media/Mount.h"
#include "zypp/media/MediaCD.h"
#include "zypp/media/MediaManager.h"
#include "zypp/Url.h"
#include "zypp/AutoDispose.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
namespace | zypp::media |
Defines | |
#define | REPORT_EJECT_ERRORS 1 |
#define | EJECT_TOOL_PATH "/bin/eject" |
Typedefs | |
typedef std::list< MediaSource > | zypp::media::DeviceList |
Functions | |
DeviceList | zypp::media::systemDetectDevices (bool supportingDVD_r) |
Try to detect cd/dvd devices using hal/udev. |
Definition in file MediaCD.cc.
#define REPORT_EJECT_ERRORS 1 |
Definition at line 44 of file MediaCD.cc.
#define EJECT_TOOL_PATH "/bin/eject" |