DEFAULT_BUFFER_SIZE enum value | os::File | |
Detatch() | os::TempFile | |
FDChanged(int nNewFD, const struct stat &sStat) | os::File | [virtual] |
File() | os::File | |
File(const String &cPath, int nOpenMode=O_RDONLY) | os::File | |
File(const Directory &cDir, const String &cName, int nOpenMode=O_RDONLY) | os::File | |
File(const FileReference &cRef, int nOpenMode=O_RDONLY) | os::File | |
File(const FSNode &cNode) | os::File | |
File(int nFD) | os::File | |
File(const File &cFile) | os::File | |
Flush() | os::File | |
FSNode() | os::FSNode | |
FSNode(const String &cPath, int nOpenMode=O_RDONLY) | os::FSNode | |
FSNode(const Directory &cDir, const String &cName, int nOpenMode=O_RDONLY) | os::FSNode | |
FSNode(const FileReference &cRef, int nOpenMode=O_RDONLY) | os::FSNode | |
FSNode(int nFD) | os::FSNode | |
FSNode(const FSNode &cNode) | os::FSNode | |
GetATime(bool bUpdateCache=true) const | os::FSNode | [virtual] |
GetBufferSize() const | os::File | |
GetCTime(bool bUpdateCache=true) const | os::FSNode | [virtual] |
GetDev() const | os::FSNode | [virtual] |
GetFileDescriptor() const | os::FSNode | [virtual] |
GetInode() const | os::FSNode | [virtual] |
GetMode(bool bUpdateCache=false) const | os::FSNode | [virtual] |
GetMTime(bool bUpdateCache=true) const | os::FSNode | [virtual] |
GetNextAttrName(String *pcName) | os::FSNode | [virtual] |
GetPath() const | os::TempFile | |
GetSize(bool bUpdateCache=true) const | os::File | [virtual] |
GetStat(struct stat *psStat, bool bUpdateCache=true) const | os::FSNode | [virtual] |
IsBlockDev() const | os::FSNode | [inline] |
IsCharDev() const | os::FSNode | [inline] |
IsDir() const | os::FSNode | [inline] |
IsFIFO() const | os::FSNode | [inline] |
IsFile() const | os::FSNode | [inline] |
IsLink() const | os::FSNode | [inline] |
IsValid() const | os::FSNode | [virtual] |
Read(void *pBuffer, ssize_t nSize) | os::File | [virtual] |
ReadAttr(const String &cAttrName, int nType, void *pBuffer, off_t nPos, size_t nLen) | os::FSNode | [virtual] |
ReadPos(off_t nPos, void *pBuffer, ssize_t nSize) | os::File | [virtual] |
RemoveAttr(const String &cName) | os::FSNode | [virtual] |
RewindAttrdir() | os::FSNode | [virtual] |
Seek(off_t nPos, int nMode) | os::File | [virtual] |
SetBufferSize(int nSize) | os::File | |
SetTo(const String &cPath, int nOpenMode=O_RDONLY) | os::FSNode | [virtual] |
SetTo(const Directory &cDir, const String &cPath, int nOpenMode=O_RDONLY) | os::FSNode | [virtual] |
SetTo(const FileReference &cRef, int nOpenMode=O_RDONLY) | os::FSNode | [virtual] |
SetTo(int nFD) | os::FSNode | [virtual] |
SetTo(const FSNode &cNode) | os::FSNode | [virtual] |
StatAttr(const String &cName, struct::attr_info *psBuffer) | os::FSNode | [virtual] |
TempFile(const String &cPrefix="", const String &cPath="", int nAccess=S_IRUSR|S_IWUSR) | os::TempFile | |
Unlink() | os::TempFile | |
Unset() | os::FSNode | [virtual] |
Write(const void *pBuffer, ssize_t nSize) | os::File | [virtual] |
WriteAttr(const String &cAttrName, int nFlags, int nType, const void *pBuffer, off_t nPos, size_t nLen) | os::FSNode | [virtual] |
WritePos(off_t nPos, const void *pBuffer, ssize_t nSize) | os::File | [virtual] |
~File() | os::File | [virtual] |
~FSNode() | os::FSNode | [virtual] |
~SeekableIO() | os::SeekableIO | [virtual] |
~StreamableIO() | os::StreamableIO | [virtual] |
~TempFile() | os::TempFile | |