Public Member Functions | |
Private () | |
~Private () | |
String | GetAppName () |
void | CreatePath (const String &cPath) |
void | SetPath (const String &cFile="", const String &cPath="") |
void | SetIO (SeekableIO *pcIO) |
status_t | GetStream (uint32 mode=O_RDONLY) |
void | FreeStream () |
Public Attributes | |
SeekableIO * | m_pcIO |
bool | m_bUserStream |
String | m_cFile |
String | m_cPath |
os::Settings::Private::Private | ( | ) | [inline] |
os::Settings::Private::~Private | ( | ) | [inline] |
String os::Settings::Private::GetAppName | ( | ) | [inline] |
void os::Settings::Private::CreatePath | ( | const String & | cPath | ) | [inline] |
void os::Settings::Private::SetPath | ( | const String & | cFile = "" , |
|
const String & | cPath = "" | |||
) | [inline] |
void os::Settings::Private::SetIO | ( | SeekableIO * | pcIO | ) | [inline] |
status_t os::Settings::Private::GetStream | ( | uint32 | mode = O_RDONLY |
) | [inline] |
void os::Settings::Private::FreeStream | ( | ) | [inline] |