DebugServer2
|
This is the complete list of members for File, including all inherited members.
_fd (defined in File) | File | protected |
_lastError (defined in File) | File | protected |
chmod(std::string const &path, uint32_t mode) (defined in File) | File | static |
createDirectory(std::string const &path, uint32_t flags) (defined in File) | File | static |
File(std::string const &path, OpenFlags flags, uint32_t mode) (defined in File) | File | |
File(const File &other)=delete (defined in File) | File | |
File(File &&other) (defined in File) | File | inline |
fileMode(std::string const &path, uint32_t &mode) (defined in File) | File | static |
fileSize(std::string const &path, uint64_t &size) (defined in File) | File | static |
fstat(ByteVector &buffer) const (defined in File) | File | |
lastError() const (defined in File) | File | inline |
operator=(const File &other)=delete (defined in File) | File | |
operator=(File &&other) (defined in File) | File | inline |
pread(ByteVector &buf, uint64_t &count, uint64_t offset) (defined in File) | File | |
pwrite(ByteVector const &buf, uint64_t &count, uint64_t offset) (defined in File) | File | |
unlink(std::string const &path) (defined in File) | File | static |
valid() const (defined in File) | File | inline |
~File() (defined in File) | File |