|
Nebula
|
This is the complete list of members for Posix::PosixFSWrapper, including all inherited members.
| CloseFile(Handle h) | Posix::PosixFSWrapper | static |
| CreateDirectory(const Util::String &path) | Posix::PosixFSWrapper | static |
| CreateTemporaryFilename(const Util::String &path) | Posix::PosixFSWrapper | static |
| DeleteDirectory(const Util::String &path) | Posix::PosixFSWrapper | static |
| DeleteFile(const Util::String &path) | Posix::PosixFSWrapper | static |
| DirectoryExists(const Util::String &path) | Posix::PosixFSWrapper | static |
| Eof(Handle h) | Posix::PosixFSWrapper | static |
| FileExists(const Util::String &path) | Posix::PosixFSWrapper | static |
| Flush(Handle h) | Posix::PosixFSWrapper | static |
| GetBinDirectory() | Posix::PosixFSWrapper | static |
| GetFileSize(Handle h) | Posix::PosixFSWrapper | static |
| GetFileWriteTime(const Util::String &path) | Posix::PosixFSWrapper | static |
| GetHomeDirectory() | Posix::PosixFSWrapper | static |
| GetTempDirectory() | Posix::PosixFSWrapper | static |
| GetUserDirectory() | Posix::PosixFSWrapper | static |
| Handle typedef | Posix::PosixFSWrapper | |
| IsDeviceName(const Util::String &str) | Posix::PosixFSWrapper | static |
| IsLocked(const Util::String &path) | Posix::PosixFSWrapper | static |
| IsReadOnly(const Util::String &path) | Posix::PosixFSWrapper | static |
| ListDirectories(const Util::String &dirPath, const Util::String &pattern) | Posix::PosixFSWrapper | static |
| ListFiles(const Util::String &dirPath, const Util::String &pattern) | Posix::PosixFSWrapper | static |
| Map(Handle h, IO::Stream::AccessMode accessMode, Handle &mappedHandle) | Posix::PosixFSWrapper | static |
| OpenFile(const Util::String &path, IO::Stream::AccessMode accessMode, IO::Stream::AccessPattern accessPattern) | Posix::PosixFSWrapper | static |
| Read(Handle h, void *buf, IO::Stream::Size numBytes) | Posix::PosixFSWrapper | static |
| ReplaceFile(const Util::String &source, const Util::String &target) | Posix::PosixFSWrapper | static |
| Seek(Handle h, IO::Stream::Offset offset, IO::Stream::SeekOrigin orig) | Posix::PosixFSWrapper | static |
| SetFileWriteTime(const Util::String &path, IO::FileTime fileTime) | Posix::PosixFSWrapper | static |
| SetReadOnly(const Util::String &path, bool readOnly) | Posix::PosixFSWrapper | static |
| Tell(Handle h) | Posix::PosixFSWrapper | static |
| Unmap(Handle mapHandle, char *buf) | Posix::PosixFSWrapper | static |
| Write(Handle h, const void *buf, IO::Stream::Size numBytes) | Posix::PosixFSWrapper | static |