Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/linux/
H A DHost.cpp122 static bool IsDirNumeric(const char *dname) { in IsDirNumeric() function
244 if (direntry->d_type != DT_DIR || !IsDirNumeric(direntry->d_name)) in FindProcessesImpl()
293 if (direntry->d_type != DT_DIR || !IsDirNumeric(direntry->d_name)) in FindProcessThreads()