HomeSort by relevance Sort by last modified time
    Searched refs:directory_entry (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
FileSystem.h 513 /// directory_entry - A single entry in a directory. Caches the status either
516 class directory_entry { class in namespace:llvm::sys::fs
521 explicit directory_entry(const Twine &path, file_status st = file_status()) function in class:llvm::sys::fs::directory_entry
525 directory_entry() {} function in class:llvm::sys::fs::directory_entry
537 bool operator==(const directory_entry& rhs) const { return Path == rhs.Path; }
538 bool operator!=(const directory_entry& rhs) const { return !(*this == rhs); }
539 bool operator< (const directory_entry& rhs) const;
540 bool operator<=(const directory_entry& rhs) const;
541 bool operator> (const directory_entry& rhs) const;
542 bool operator>=(const directory_entry& rhs) const
    [all...]
  /external/llvm/lib/Support/
PathV2.cpp 719 void directory_entry::replace_filename(const Twine &filename, file_status st) {
905 error_code directory_entry::status(file_status &result) const {

Completed in 21 milliseconds