Searched refs:get_file_type (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/libcxx/src/filesystem/ |
H A D | filesystem_common.h | 538 static file_type get_file_type(DirEntT* ent, int) { 565 static file_type get_file_type(DirEntT*, long) { 579 return {dir_entry_ptr->d_name, get_file_type(dir_entry_ptr, 0)}; 585 static file_type get_file_type(const WIN32_FIND_DATAW& data) {
|
H A D | directory_iterator.cpp | 80 directory_entry::__create_iter_result(detail::get_file_type(__data_))); in assign()
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | LocateSymbolFileMacOSX.cpp | 225 switch (get_file_type(file_spec.GetPath())) { in LocateMacOSXFilesUsingDebugSymbols()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 543 file_type get_file_type(const Twine &Path, bool Follow = true);
|
/openbsd/gnu/llvm/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.cpp | 1521 if (sys::fs::get_file_type(LibrarySearchPath) != in addLibraries() 1699 if (sys::fs::get_file_type(LibPath.data()) != in addLibraries()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | Path.cpp | 1085 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type() function
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Platform.cpp | 574 switch (fs::get_file_type(src.GetPath(), false)) { in Install()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 1890 get_file_type (unsigned e_type) in get_file_type() function 3465 get_file_type (elf_header.e_type)); in process_file_header() 3635 printf (_("\nElf file type is %s\n"), get_file_type (elf_header.e_type)); in process_program_headers()
|
H A D | ChangeLog-2005 | 1067 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
|
H A D | ChangeLog-9899 | 1457 (get_file_type): Change unsigned short parameter to unsigned.
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 1535 get_file_type (unsigned e_type) in get_file_type() function 2818 get_file_type (elf_header.e_type)); in process_file_header() 2988 printf (_("\nElf file type is %s\n"), get_file_type (elf_header.e_type)); in process_program_headers()
|
H A D | ChangeLog-9899 | 1457 (get_file_type): Change unsigned short parameter to unsigned.
|