Home
last modified time | relevance | path

Searched refs:get_file_type (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp31 static file_type get_file_type(DirEntT* ent, int) { in get_file_type() function
58 static file_type get_file_type(DirEntT* ent, long) { in get_file_type() function
72 return {dir_entry_ptr->d_name, get_file_type(dir_entry_ptr, 0)}; in posix_readdir()
78 static file_type get_file_type(const WIN32_FIND_DATAW& data) {
163 directory_entry::__create_iter_result(detail::get_file_type(__data_))); in assign()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Ddir-common.h162 get_file_type(const std::filesystem::__gnu_posix::dirent& d [[gnu::unused]]) in _GLIBCXX_VISIBILITY()
H A Dstd-dir.cc65 type = get_file_type(*entp); in advance()
H A Ddir.cc68 type = get_file_type(*entp); in advance()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Ddir-common.h270 get_file_type(const std::filesystem::__gnu_posix::dirent& d [[gnu::unused]]) in _GLIBCXX_VISIBILITY()
H A Ddir.cc73 type = get_file_type(*entp); in advance()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc70 type = get_file_type(*entp); in advance()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc76 type = get_file_type(*entp); in advance()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h543 file_type get_file_type(const Twine &Path, bool Follow = true);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp1081 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type() function
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-20051067 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
H A Dreadelf.c2723 get_file_type (Filedata *filedata) in get_file_type() function
5795 get_file_type (filedata)); in process_file_header()
6038 filedata->file_name, get_file_type (filedata)); in process_program_headers()
6040 printf (_("\nElf file type is %s\n"), get_file_type (filedata)); in process_program_headers()
H A DChangeLog578 (get_file_type): Replace e_type parameter with filedata. Call
H A DChangeLog-98991457 (get_file_type): Change unsigned short parameter to unsigned.
H A DChangeLog-20201471 (get_file_type, get_symbol_binding, get_symbol_type),
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-20051067 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
H A Dreadelf.c2808 get_file_type (Filedata *filedata) in get_file_type() function
6334 get_file_type (filedata)); in process_file_header()
6577 filedata->file_name, get_file_type (filedata)); in process_program_headers()
6579 printf (_("\nElf file type is %s\n"), get_file_type (filedata)); in process_program_headers()
H A DChangeLog-98991457 (get_file_type): Change unsigned short parameter to unsigned.
H A DChangeLog1083 (get_file_type): Replace e_type parameter with filedata. Call
H A DChangeLog-20201471 (get_file_type, get_symbol_binding, get_symbol_type),
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2017941 * src/filesystem/dir-common.h (_Dir_base, get_file_type): New header
945 (get_file_type): Move to dir-common.h.
H A DChangeLog-20184638 (_Dir_base, get_file_type): Qualify names to use declarations from