HomeSort by relevance Sort by last modified time
    Searched full:directory_entry (Results 1 - 4 of 4) 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/Unix/
PathV2.inc 456 it.CurrentEntry = directory_entry(path_null.str());
464 it.CurrentEntry = directory_entry();
  /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 {
  /external/llvm/lib/Support/Windows/
PathV2.inc 706 it.CurrentEntry = directory_entry(directory_entry_path.str());
716 it.CurrentEntry = directory_entry();

Completed in 75 milliseconds