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 689 /// directory_entry - A single entry in a directory. Caches the status either
692 class directory_entry { class in namespace:llvm::sys::fs
697 explicit directory_entry(const Twine &path, file_status st = file_status()) function in class:llvm::sys::fs::directory_entry
701 directory_entry() {} function in class:llvm::sys::fs::directory_entry
713 bool operator==(const directory_entry& rhs) const { return Path == rhs.Path; }
714 bool operator!=(const directory_entry& rhs) const { return !(*this == rhs); }
715 bool operator< (const directory_entry& rhs) const;
716 bool operator<=(const directory_entry& rhs) const;
717 bool operator> (const directory_entry& rhs) const;
718 bool operator>=(const directory_entry& rhs) const
    [all...]
  /external/llvm/lib/Support/
PathV2.cpp 720 void directory_entry::replace_filename(const Twine &filename, file_status st) {
908 error_code directory_entry::status(file_status &result) const {

Completed in 39 milliseconds