HomeSort by: relevance | last modified time | path
    Searched defs:directory_entry (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_dir.h 87 class directory_entry class in namespace:experimental::filesystem::v1
91 directory_entry() noexcept = default;
92 directory_entry(const directory_entry&) = default;
93 directory_entry(directory_entry&&) noexcept = default;
94 explicit directory_entry(const filesystem::path& __p) : _M_path(__p) { } function in class:experimental::filesystem::v1::directory_entry
95 ~directory_entry() = default;
98 directory_entry& operator=(const directory_entry&) = default
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_dir.h 87 class directory_entry class in namespace:experimental::filesystem::v1
91 directory_entry() noexcept = default;
92 directory_entry(const directory_entry&) = default;
93 directory_entry(directory_entry&&) noexcept = default;
94 explicit directory_entry(const filesystem::path& __p) : _M_path(__p) { } function in class:experimental::filesystem::v1::directory_entry
95 ~directory_entry() = default;
98 directory_entry& operator=(const directory_entry&) = default
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_dir.h 106 class directory_entry class in namespace:filesystem
110 directory_entry() noexcept = default;
111 directory_entry(const directory_entry&) = default;
112 directory_entry(directory_entry&&) noexcept = default;
115 directory_entry(const filesystem::path& __p) function in class:filesystem::directory_entry
119 directory_entry(const filesystem::path& __p, error_code& __ec) function in class:filesystem::directory_entry
127 ~directory_entry() = default;
130 directory_entry& operator=(const directory_entry&) = default
337 directory_entry(const filesystem::path& __p, file_type __t) function in class:filesystem::directory_entry
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_dir.h 106 class directory_entry class in namespace:filesystem
110 directory_entry() noexcept = default;
111 directory_entry(const directory_entry&) = default;
112 directory_entry(directory_entry&&) noexcept = default;
115 directory_entry(const filesystem::path& __p) function in class:filesystem::directory_entry
119 directory_entry(const filesystem::path& __p, error_code& __ec) function in class:filesystem::directory_entry
127 ~directory_entry() = default;
130 directory_entry& operator=(const directory_entry&) = default
337 directory_entry(const filesystem::path& __p, file_type __t) function in class:filesystem::directory_entry
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 128 class directory_entry { class in namespace:llvm::vfs
133 directory_entry() = default;
134 directory_entry(std::string Path, llvm::sys::fs::file_type Type) function in class:llvm::vfs::directory_entry
149 /// to directory_entry() at end, or returns a system-defined \c error_code.
152 directory_entry CurrentEntry;
182 const directory_entry &operator*() const { return Impl->CurrentEntry; }
183 const directory_entry *operator->() const { return &Impl->CurrentEntry; }
224 const directory_entry &operator*() const { return *State->Stack.top(); }
225 const directory_entry *operator->() const { return &*State->Stack.top(); }
FileSystem.h 1328 /// directory_entry - A single entry in a directory.
1329 class directory_entry { class in namespace:llvm::sys::fs
1334 // std::filesystem::directory_entry may be a better model.
1341 explicit directory_entry(const Twine &Path, bool FollowSymlinks = true, function in class:llvm::sys::fs::directory_entry
1347 directory_entry() = default;
1367 bool operator==(const directory_entry& RHS) const { return Path == RHS.Path; }
1368 bool operator!=(const directory_entry& RHS) const { return !(*this == RHS); }
1369 bool operator< (const directory_entry& RHS) const;
1370 bool operator<=(const directory_entry& RHS) const;
1371 bool operator> (const directory_entry& RHS) const
    [all...]
  /src/external/gpl2/mkhybrid/dist/
mkisofs.h 134 struct directory_entry{ struct
135 struct directory_entry * next;
136 struct directory_entry * jnext;
146 struct directory_entry * parent_rec;
155 struct directory_entry * assoc; /* entry has a resource fork */
234 struct directory_entry * contents;
235 struct directory_entry * jcontents;
236 struct directory_entry * self;
335 struct directory_entry * self, int));
339 struct directory_entry * self))
    [all...]

Completed in 29 milliseconds