Represents the result of a call to sys::fs::status().
More...
#include <FileSystem.h>
|
| file_status (file_type Type) |
|
| file_status (file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, time_t ATime, time_t MTime, uid_t UID, gid_t GID, off_t Size) |
|
UniqueID | getUniqueID () const |
|
uint32_t | getLinkCount () const |
|
| basic_file_status (file_type Type) |
|
| basic_file_status (file_type Type, perms Perms, time_t ATime, time_t MTime, uid_t UID, gid_t GID, off_t Size) |
|
file_type | type () const |
|
perms | permissions () const |
|
uint32_t | getUser () const |
|
uint32_t | getGroup () const |
|
uint64_t | getSize () const |
|
void | type (file_type v) |
|
void | permissions (perms p) |
|
|
time_t | fs_st_atime = 0 |
|
time_t | fs_st_mtime = 0 |
|
uid_t | fs_st_uid = 0 |
|
gid_t | fs_st_gid = 0 |
|
off_t | fs_st_size = 0 |
|
file_type | Type = file_type::status_error |
|
perms | Perms = perms_not_known |
|
Represents the result of a call to sys::fs::status().
Do file_status's represent the same thing?
- Parameters
-
assert(status_known(A) || status_known(B));
- Returns
- True if A and B both represent the same file system entity, false otherwise.
The documentation for this class was generated from the following files:
- build/cppSource/wpiutil-cpp/headers/wpi/FileSystem.h
- build/cppSource/wpiutil-cpp/sources/llvm/Unix/Path.inc