Home
last modified time | relevance | path

Searched refs:directory_entry (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_dir.h87 class directory_entry in _GLIBCXX_VISIBILITY()
91 directory_entry() noexcept = default; in _GLIBCXX_VISIBILITY()
92 directory_entry(const directory_entry&) = default; in _GLIBCXX_VISIBILITY()
93 directory_entry(directory_entry&&) noexcept = default; in _GLIBCXX_VISIBILITY()
94 explicit directory_entry(const filesystem::path& __p) : _M_path(__p) { } in _GLIBCXX_VISIBILITY()
95 ~directory_entry() = default; in _GLIBCXX_VISIBILITY()
98 directory_entry& operator=(const directory_entry&) = default; in _GLIBCXX_VISIBILITY()
99 directory_entry& operator=(directory_entry&&) noexcept = default; in _GLIBCXX_VISIBILITY()
128 operator< (const directory_entry& __rhs) const noexcept in _GLIBCXX_VISIBILITY()
132 operator==(const directory_entry& __rhs) const noexcept in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_dir.h87 class directory_entry in _GLIBCXX_VISIBILITY()
91 directory_entry() noexcept = default; in _GLIBCXX_VISIBILITY()
92 directory_entry(const directory_entry&) = default; in _GLIBCXX_VISIBILITY()
93 directory_entry(directory_entry&&) noexcept = default; in _GLIBCXX_VISIBILITY()
94 explicit directory_entry(const filesystem::path& __p) : _M_path(__p) { } in _GLIBCXX_VISIBILITY()
95 ~directory_entry() = default; in _GLIBCXX_VISIBILITY()
98 directory_entry& operator=(const directory_entry&) = default; in _GLIBCXX_VISIBILITY()
99 directory_entry& operator=(directory_entry&&) noexcept = default; in _GLIBCXX_VISIBILITY()
128 operator< (const directory_entry& __rhs) const noexcept in _GLIBCXX_VISIBILITY()
132 operator==(const directory_entry& __rhs) const noexcept in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_dir.h96 class directory_entry in _GLIBCXX_VISIBILITY()
100 directory_entry() noexcept = default; in _GLIBCXX_VISIBILITY()
101 directory_entry(const directory_entry&) = default; in _GLIBCXX_VISIBILITY()
102 directory_entry(directory_entry&&) noexcept = default; in _GLIBCXX_VISIBILITY()
105 directory_entry(const filesystem::path& __p) in _GLIBCXX_VISIBILITY()
109 directory_entry(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
117 ~directory_entry() = default; in _GLIBCXX_VISIBILITY()
120 directory_entry& operator=(const directory_entry&) = default; in _GLIBCXX_VISIBILITY()
121 directory_entry& operator=(directory_entry&&) noexcept = default; in _GLIBCXX_VISIBILITY()
285 operator==(const directory_entry& __rhs) const noexcept in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_dir.h105 class directory_entry in _GLIBCXX_VISIBILITY()
109 directory_entry() noexcept = default; in _GLIBCXX_VISIBILITY()
110 directory_entry(const directory_entry&) = default; in _GLIBCXX_VISIBILITY()
111 directory_entry(directory_entry&&) noexcept = default; in _GLIBCXX_VISIBILITY()
114 directory_entry(const filesystem::path& __p) in _GLIBCXX_VISIBILITY()
118 directory_entry(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
126 ~directory_entry() = default; in _GLIBCXX_VISIBILITY()
129 directory_entry& operator=(const directory_entry&) = default; in _GLIBCXX_VISIBILITY()
130 directory_entry& operator=(directory_entry&&) noexcept = default; in _GLIBCXX_VISIBILITY()
294 operator==(const directory_entry& __rhs) const noexcept in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmkisofs.h134 struct directory_entry{ struct
135 struct directory_entry * next; argument
136 struct directory_entry * jnext; argument
146 struct directory_entry * parent_rec; argument
155 struct directory_entry * assoc; /* entry has a resource fork */ argument
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 …]
H A Dapple_proto.h22 struct directory_entry;
29 extern int get_hfs_dir(const char *, const char *, struct directory_entry *);
30 extern int get_hfs_info(char *, char *, struct directory_entry *);
31 extern void print_hfs_info(struct directory_entry *);
32 extern void delete_rsrc_ent(struct directory_entry *);
H A Dmulti.c57 static int DECL(merge_old_directory_into_tree, (struct directory_entry *,
171 FDECL3(parse_rr, unsigned char *, pnt, int, len, struct directory_entry *,dpnt) in FDECL3() argument
224 FDECL4(check_rr_dates, struct directory_entry *, dpnt, in FDECL4() argument
225 struct directory_entry *, current, in FDECL4()
315 struct directory_entry **
325 struct directory_entry **pnt; in FDECL2()
327 struct directory_entry **rtn; in FDECL2()
367 rtn = (struct directory_entry **) e_malloc(*nent * sizeof(*rtn)); in FDECL2()
387 *pnt = (struct directory_entry *) e_malloc(sizeof(**rtn)); in FDECL2()
569 FDECL2(free_mdinfo, struct directory_entry ** , ptr, int, len ) in FDECL2() argument
[all …]
H A Dtree.c157 struct directory_entry * s_entry; in FDECL1()
158 struct directory_entry * s_entry1; in FDECL1()
159 struct directory_entry * table; in FDECL1()
318 struct directory_entry *s_entry2 = s_entry->assoc; in FDECL1()
352 struct directory_entry *s_entry2 = s_entry1->assoc; in FDECL1()
393 table = (struct directory_entry *) in FDECL1()
394 e_malloc(sizeof (struct directory_entry)); in FDECL1()
395 memset(table, 0, sizeof(struct directory_entry)); in FDECL1()
598 struct directory_entry *s_entry; in generate_reloc_directory()
620 s_entry = (struct directory_entry *) in generate_reloc_directory()
[all …]
H A Djoliet.c86 static int DECL(joliet_sort_directory, (struct directory_entry ** sort_dir));
344 struct directory_entry * de; in generate_joliet_path_tables()
513 struct directory_entry * s_entry; in FDECL2()
514 struct directory_entry * s_entry1; in FDECL2()
701 struct directory_entry * s_entry; in FDECL1()
828 struct directory_entry ** r, **l; in FDECL2()
830 r = (struct directory_entry **) rr; in FDECL2()
831 l = (struct directory_entry **) ll; in FDECL2()
888 static int FDECL1(joliet_sort_directory, struct directory_entry **, sort_dir) in FDECL1() argument
892 struct directory_entry * s_entry; in FDECL1()
[all …]
H A Dwrite.c369 struct directory_entry ** r, **l; in FDECL2()
371 r = (struct directory_entry **) rr; in FDECL2()
372 l = (struct directory_entry **) ll; in FDECL2()
451 int FDECL1(sort_directory, struct directory_entry **, sort_dir) in FDECL1() argument
457 struct directory_entry * s_entry; in FDECL1()
458 struct directory_entry ** sortlist; in FDECL1()
478 sortlist = (struct directory_entry **) in FDECL1()
479 e_malloc(sizeof(struct directory_entry *) * dcount); in FDECL1()
514 qsort(sortlist, dcount, sizeof(struct directory_entry *), in FDECL1()
517 qsort(sortlist, dcount, sizeof(struct directory_entry *), in FDECL1()
[all …]
H A Dhash.c33 void FDECL1(add_hash, struct directory_entry *, spnt){ in FDECL1() argument
124 struct directory_entry * de;
158 void FDECL1(add_file_hash, struct directory_entry *, de){ in FDECL1() argument
172 struct directory_entry * FDECL1(find_file_hash, char *, name) in FDECL1()
211 int FDECL1(delete_file_hash, struct directory_entry *, de){ in FDECL1() argument
H A Deltorito.c123 struct directory_entry * de; in FDECL1()
124 struct directory_entry * de2; in FDECL1()
H A Dmac_label_proto.h29 struct directory_entry *s_entry;
H A Dvolume.c276 struct directory_entry * s_entry; /* ISO directory entry */ in FDECL2()
277 struct directory_entry * s_entry1; /* tmp ISO directory entry */ in FDECL2()
H A Dname.c47 struct directory_entry *, sresult, in FDECL3() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h1329 class directory_entry {
1341 explicit directory_entry(const Twine &Path, bool FollowSymlinks = true,
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;
1372 bool operator>=(const directory_entry& RHS) const;
1390 directory_entry CurrentEntry;
[all …]
H A DVirtualFileSystem.h128 class directory_entry {
133 directory_entry() = default;
134 directory_entry(std::string Path, llvm::sys::fs::file_type Type) in directory_entry() function
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(); }
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp163 directory_entry::__create_iter_result(detail::get_file_type(__data_))); in assign()
181 directory_entry __entry_;
227 directory_entry::__create_iter_result(str_type_pair.second)); in advance()
246 directory_entry __entry_;
281 directory_entry const& directory_iterator::__dereference() const { in __dereference()
329 const directory_entry& recursive_directory_iterator::__dereference() const { in __dereference()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-dir.cc67 entry = fs::directory_entry{path / entp->d_name, type}; in advance()
110 directory_entry entry;
145 const fs::directory_entry&
227 const fs::directory_entry&
H A Ddir.cc67 entry = fs::directory_entry{path / entp->d_name}; in advance()
112 directory_entry entry;
148 const fs::directory_entry&
230 const fs::directory_entry&
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Ddir.cc72 entry = fs::directory_entry{path / entp->d_name}; in advance()
139 directory_entry entry;
176 const fs::directory_entry&
257 const fs::directory_entry&
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc72 entry = fs::directory_entry{std::move(name), type}; in advance()
115 directory_entry entry;
150 const fs::directory_entry&
247 const fs::directory_entry&
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfilesystem45 class directory_entry;
543 class _LIBCPP_TYPE_VIS directory_entry;
2315 class directory_entry {
2320 directory_entry() noexcept = default;
2321 directory_entry(directory_entry const&) = default;
2322 directory_entry(directory_entry&&) noexcept = default;
2325 explicit directory_entry(_Path const& __p) : __p_(__p) {
2331 directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) {
2335 ~directory_entry() {}
2337 directory_entry& operator=(directory_entry const&) = default;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc78 entry = fs::directory_entry{std::move(name), type}; in advance()
178 directory_entry entry;
230 const fs::directory_entry&
345 const fs::directory_entry&
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp363 CurrentEntry = directory_entry(Iter->path(), Iter->type()); in RealFSDirIter()
370 ? directory_entry() in increment()
371 : directory_entry(Iter->path(), Iter->type()); in increment()
499 CurrentEntry = directory_entry(); in incrementImpl()
927 CurrentEntry = directory_entry(std::string(Path.str()), Type); in setCurrentEntry()
931 CurrentEntry = directory_entry(); in setCurrentEntry()
1074 CurrentEntry = directory_entry(std::string(PathStr.str()), Type); in incrementImpl()
1076 CurrentEntry = directory_entry(); in incrementImpl()
1119 CurrentEntry = directory_entry(std::string(NewPath), ExternalIter->type()); in setCurrentEntry()
1128 CurrentEntry = directory_entry(); in increment()

123