Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHost.cpp121 static bool IsDirNumeric(const char *dname) { in IsDirNumeric() function
243 if (direntry->d_type != DT_DIR || !IsDirNumeric(direntry->d_name)) in FindProcessesImpl()
292 if (direntry->d_type != DT_DIR || !IsDirNumeric(direntry->d_name)) in FindProcessThreads()