Searched refs:d_type (Results 1 – 10 of 10) sorted by relevance
68 if (E->d_type == DT_REG || E->d_type == DT_LNK || in ListFilesInDirRecursive()69 (E->d_type == DT_UNKNOWN && IsFile(Path))) in ListFilesInDirRecursive()71 else if ((E->d_type == DT_DIR || in ListFilesInDirRecursive()72 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in ListFilesInDirRecursive()90 if (E->d_type == DT_REG || E->d_type == DT_LNK || in IterateDirRecursive()91 (E->d_type == DT_UNKNOWN && IsFile(Path))) in IterateDirRecursive()93 else if ((E->d_type == DT_DIR || in IterateDirRecursive()94 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in IterateDirRecursive()
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()
798 u8 *d_type; in GetNumberOfCPUs()808 d_type = (u8 *)entry + entry->d_reclen - 1; in GetNumberOfCPUs()809 if (d_type >= &buffer[bytes_read] || in GetNumberOfCPUs()812 if (entry->d_ino != 0 && *d_type == DT_DIR) { in GetNumberOfCPUs()
761 unsigned char d_type; member
127 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
537 template <class DirEntT, class = decltype(DirEntT::d_type)>539 switch (ent->d_type) {
492 string d_type = frags[3].ptx_elt_type;497 string gcd = geom # ":" # c_type # d_type;519 !ne(c_type, d_type))): false,523 !ne(c_type, d_type)): false,
2298 if (proc_entry->d_type == DT_DIR && isdigit(proc_entry->d_name[0])) { in __kmp_get_load_balance()2340 if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) { in __kmp_get_load_balance()
920 // d_type-to-mode_t conversion macro instead.922 return typeForMode(DTTOIF(Entry->d_type));
483 string d_type = frags[3].ptx_elt_type;488 string gcd = geom # ":" # c_type # d_type;510 !ne(c_type, d_type))): false,514 !ne(c_type, d_type)): false,