30 DEBUG(
"path = " << path);
39 buf->fromFileStat(&st);
FileSystemClient provides a simple interface to a FileSystemServer.
FileSystem::Result statFile(const char *path, FileSystem::FileStat *st) const
Retrieve status of a file.
#define ENOENT
No such file or directory.
#define ESUCCESS
Reports a success operation.
C int errno
The lvalue errno is used by many functions to return error values.
#define DEBUG(msg)
Output a debug message to standard output.
Result
Result code for filesystem Actions.
Contains file information.
The <sys/stat.h> header shall define the stat structure.