DebugServer2
Loading...
Searching...
No Matches
File Member List

This is the complete list of members for File, including all inherited members.

_fd (defined in File)Fileprotected
_lastError (defined in File)Fileprotected
chmod(std::string const &path, uint32_t mode) (defined in File)Filestatic
createDirectory(std::string const &path, uint32_t flags) (defined in File)Filestatic
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)Fileinline
fileMode(std::string const &path, uint32_t &mode) (defined in File)Filestatic
fileSize(std::string const &path, uint64_t &size) (defined in File)Filestatic
fstat(ByteVector &buffer) const (defined in File)File
lastError() const (defined in File)Fileinline
operator=(const File &other)=delete (defined in File)File
operator=(File &&other) (defined in File)Fileinline
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)Filestatic
valid() const (defined in File)Fileinline
~File() (defined in File)File