Searched refs:get_file_type (Results 1 – 7 of 7) sorted by relevance
43 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) {
82 // cdata.__type_ = get_file_type(__data_); in assign() 86 __root_ / __data_.cFileName, directory_entry::__create_iter_result(detail::get_file_type(__data_))); in assign()
259 switch (get_file_type(file_spec.GetPath())) { in LocateExecutableObjectFile()701 switch (get_file_type(file_spec.GetPath())) { in LocateMacOSXFilesUsingDebugSymbols()
540 file_type get_file_type(const Twine &Path, bool Follow = true);
1086 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type() function
536 switch (fs::get_file_type(src.GetPath(), false)) { in Install()