|
LLVM
4.0.0
|
file_status - Represents the result of a call to stat and friends. More...
#include <FileSystem.h>
Public Member Functions | |
| file_type | type () const |
| perms | permissions () const |
| TimePoint | getLastAccessedTime () const |
| TimePoint | getLastModificationTime () const |
| UniqueID | getUniqueID () const |
| void | type (file_type v) |
| void | permissions (perms p) |
Friends | |
| bool | equivalent (file_status A, file_status B) |
| Do file_status's represent the same thing? More... | |
file_status - Represents the result of a call to stat and friends.
It has a platform-specific member to store the result.
Definition at line 142 of file FileSystem.h.
| TimePoint llvm::sys::fs::file_status::getLastAccessedTime | ( | ) | const |
| TimePoint llvm::sys::fs::file_status::getLastModificationTime | ( | ) | const |
Referenced by llvm::NewArchiveMember::getFile().
| UniqueID llvm::sys::fs::file_status::getUniqueID | ( | ) | const |
Referenced by llvm::sys::fs::getUniqueID().
|
inline |
Definition at line 212 of file FileSystem.h.
Referenced by llvm::NewArchiveMember::getFile().
|
inline |
Definition at line 235 of file FileSystem.h.
|
inline |
Definition at line 211 of file FileSystem.h.
Referenced by llvm::FileOutputBuffer::create(), llvm::sys::fs::exists(), llvm::NewArchiveMember::getFile(), getOpenFileImpl(), llvm::sys::fs::is_directory(), llvm::sys::fs::is_regular_file(), llvm::raw_fd_ostream::raw_fd_ostream(), and llvm::sys::fs::status_known().
|
inline |
Definition at line 234 of file FileSystem.h.
|
friend |
Do file_status's represent the same thing?
| A | Input file_status. |
| B | Input file_status. |
assert(status_known(A) || status_known(B));
1.8.6