#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/target/hal/HalContext.h"#include <cstring>#include <cstdlib>#include <errno.h>#include <dirent.h>#include <sys/ioctl.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <linux/cdrom.h>Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::media |
Defines | |
| #define | DELAYED_VERIFY 1 |
| #define | FORCE_RELEASE_FOREIGN 1 |
| #define | REPORT_EJECT_ERRORS 1 |
Functions | |
| bool | zypp::media::isNewDevice (const std::list< MediaSource > &devices, const MediaSource &media) |
| Pathname | zypp::media::get_sysfs_path () |
Definition in file MediaCD.cc.
|
|
Definition at line 39 of file MediaCD.cc. |
|
|
Definition at line 45 of file MediaCD.cc. |
|
|
Definition at line 50 of file MediaCD.cc. |
1.4.6