|
LLVM
3.7.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 |
| TimeValue | 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 138 of file FileSystem.h.
| TimeValue llvm::sys::fs::file_status::getLastModificationTime | ( | ) | const |
Referenced by llvm::writeArchive().
| UniqueID llvm::sys::fs::file_status::getUniqueID | ( | ) | const |
Referenced by llvm::sys::fs::getUniqueID().
|
inline |
Definition at line 197 of file FileSystem.h.
Referenced by llvm::writeArchive().
|
inline |
Definition at line 219 of file FileSystem.h.
|
inline |
Definition at line 196 of file FileSystem.h.
Referenced by llvm::FileOutputBuffer::create(), llvm::sys::fs::exists(), llvm::NewArchiveIterator::getFD(), 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 218 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