Searched refs:file_type (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A Ddir.cc70 file_type type = file_type::none;
108 inline fs::file_type
115 return fs::file_type::block;
117 return fs::file_type::character;
119 return fs::file_type::directory;
121 return fs::file_type::fifo;
123 return fs::file_type::symlink;
125 return fs::file_type::regular;
127 return fs::file_type
[all...]
H A Dops.cc252 inline fs::file_type
255 using fs::file_type;
258 return file_type::regular;
260 return file_type::directory;
262 return file_type::character;
264 return file_type::block;
266 return file_type::fifo;
268 return file_type::symlink;
270 return file_type::socket;
272 return file_type
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/filesystem/operations/
H A Dstatus.cc35 VERIFY( st1.type() == fs::file_type::directory );
38 VERIFY( st2.type() == fs::file_type::directory );
51 VERIFY( st1.type() == fs::file_type::not_found );
54 VERIFY( st2.type() == fs::file_type::not_found );
/haiku-buildtools/gcc/libstdc++-v3/include/experimental/
H A Dfs_ops.h117 { return status_known(__s) && __s.type() != file_type::not_found; }
141 { return __s.type() == file_type::block; }
153 { return __s.type() == file_type::character; }
165 { return __s.type() == file_type::directory; }
180 { return __s.type() == file_type::fifo; }
207 { return __s.type() == file_type::regular; }
219 { return __s.type() == file_type::socket; }
231 { return __s.type() == file_type::symlink; }
272 { return __s.type() != file_type::none; }
H A Dfs_dir.h61 file_status(file_type __ft = file_type::none,
73 file_type type() const noexcept { return _M_type; }
77 void type(file_type __ft) noexcept { _M_type = __ft; }
81 file_type _M_type;
H A Dfs_fwd.h81 enum class file_type : signed char { class in namespace:experimental::filesystem::v1
/haiku-buildtools/binutils/binutils/
H A Dwindint.h920 rc_uint_type file_type; member in struct:rc_fixed_versioninfo
939 bfd_byte file_type[4]; member in struct:bin_fixed_versioninfo
H A Dresbin.c1004 fi->file_type = windres_get_32 (wrbfd, data + 36, 4);
2008 windres_put_32 (wrbfd, bfv.file_type, fi->file_type);
H A Drcparse.y1456 $1->file_type = $3;
H A Dresrc.c3293 if (f->file_type != 0)
3294 fprintf (e, " FILETYPE 0x%x\n", (unsigned int) f->file_type);
/haiku-buildtools/legacy/binutils/binutils/
H A Dwindres.h676 unsigned long file_type; member in struct:fixed_versioninfo
H A Dresrc.c2509 if (f->file_type != 0)
2510 fprintf (e, " FILETYPE 0x%lx\n", f->file_type);
H A Drcparse.y1323 $1->file_type = $3;
H A Dresbin.c1027 fi->file_type = get_32 (big_endian, data + 36);
2105 put_32 (big_endian, fi->file_type, d->data + 36);
/haiku-buildtools/legacy/binutils/ld/
H A Dldlang.c776 lang_input_file_enum_type file_type,
794 switch (file_type)
866 lang_input_file_enum_type file_type,
870 return new_afile (name, file_type, target, TRUE);
775 new_afile(const char *name, lang_input_file_enum_type file_type, const char *target, bfd_boolean add_to_list) argument
865 lang_add_input_file(const char *name, lang_input_file_enum_type file_type, const char *target) argument
/haiku-buildtools/binutils/ld/
H A Dldlang.c1058 lang_input_file_enum_type file_type,
1085 switch (file_type)
1138 lang_input_file_enum_type file_type,
1156 ret = new_afile (sysrooted_name, file_type, target, TRUE);
1161 return new_afile (name, file_type, target, TRUE);
1057 new_afile(const char *name, lang_input_file_enum_type file_type, const char *target, bfd_boolean add_to_list) argument
1137 lang_add_input_file(const char *name, lang_input_file_enum_type file_type, const char *target) argument

Completed in 302 milliseconds