Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp86 …__root_ / __data_.cFileName, directory_entry::__create_iter_result(detail::get_file_type(__data_))… in assign()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h541 file_type get_file_type(const Twine &Path, bool Follow = true);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1087 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp570 switch (fs::get_file_type(src.GetPath(), false)) { in Install()