Searched refs:Disc (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.h33 class Disc { class
35 Disc(int fd);
36 ~Disc();
66 on a Disc.
80 friend class Disc;
H A Dsession.cpp20 #include "Disc.h"
53 Disc *disc = new(std::nothrow) Disc(fd);
78 Disc *disc = static_cast<Disc*>(cookie);
113 delete static_cast<Disc*>(cookie);
H A DDisc.cpp10 /*! \file Disc.cpp
12 Disc class implementation, used to enumerate the CD/DVD sessions.
25 #include "Disc.h"
509 // #pragma mark - Disc
512 /*! \brief Creates a new Disc object by parsing the given table of contents
519 Disc::Disc(int fd) function in class:Disc
524 DEBUG_INIT_ETC("Disc", ("fd: %d", fd));
576 /*! \brief Destroys the Disc's internal list.
578 Disc
[all...]

Completed in 88 milliseconds