Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfile_descriptor.h43 file_type get_file_type(DirEntT* ent, int) { in get_file_type() function
70 file_type get_file_type(DirEntT*, long) { in get_file_type() function
83 return {dir_entry_ptr->d_name, get_file_type(dir_entry_ptr, 0)}; in posix_readdir()
89 inline file_type get_file_type(const WIN32_FIND_DATAW& data) {
H A Ddirectory_iterator.cpp82 // cdata.__type_ = get_file_type(__data_); in assign()
86 __root_ / __data_.cFileName, directory_entry::__create_iter_result(detail::get_file_type(__data_))); in assign()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp259 switch (get_file_type(file_spec.GetPath())) { in LocateExecutableObjectFile()
701 switch (get_file_type(file_spec.GetPath())) { in LocateMacOSXFilesUsingDebugSymbols()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h540 file_type get_file_type(const Twine &Path, bool Follow = true);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1086 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp536 switch (fs::get_file_type(src.GetPath(), false)) { in Install()