Searched defs:find_other (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp288 bool find_other = false; local
292 find_other,
H A DPlatformRemoteiOS.cpp309 const bool find_other = false; local
313 find_other,
327 find_other,
H A DPlatformDarwinKernel.cpp462 const bool find_other = false; local
466 find_other,
510 const bool find_other = false; local
514 find_other,
572 const bool find_other = false; local
576 find_other,
/external/lldb/source/Core/
H A DPluginManager.cpp172 const bool find_other = true; local
181 find_other,
194 find_other,
H A DDebugger.cpp494 const bool find_other = true; local
503 find_other,
516 find_other,
/external/lldb/source/Host/common/
H A DFileSpec.cpp903 bool find_other,
942 case DT_FIFO: file_type = eFileTypePipe; call_callback = find_other; break;
943 case DT_CHR: file_type = eFileTypeOther; call_callback = find_other; break;
945 case DT_BLK: file_type = eFileTypeOther; call_callback = find_other; break;
947 case DT_LNK: file_type = eFileTypeSymbolicLink; call_callback = find_other; break;
948 case DT_SOCK: file_type = eFileTypeSocket; call_callback = find_other; break;
950 case DT_WHT: file_type = eFileTypeOther; call_callback = find_other; break;
977 find_other,
898 EnumerateDirectory( const char *dir_path, bool find_directories, bool find_files, bool find_other, EnumerateDirectoryCallbackType callback, void *callback_baton ) argument

Completed in 187 milliseconds