Searched refs:dirEnt (Results 1 – 3 of 3) sorted by relevance
285 while (struct dirent* dirEnt = readdir(procDir)) { in GetCpuCoreSize() local286 if (dirEnt->d_type != DT_DIR) { in GetCpuCoreSize()289 if (strncmp(dirEnt->d_name, "cpu", strlen("cpu")) == 0) { in GetCpuCoreSize()514 while (struct dirent* dirEnt = readdir(dirp)) { in GetValidTid() local515 if (dirEnt->d_type != DT_DIR) { in GetValidTid()519 int32_t tid = atoi(dirEnt->d_name); in GetValidTid()
105 while (struct dirent* dirEnt = readdir(dirp)) { in GetValidPid() local106 if (dirEnt->d_type != DT_DIR) { in GetValidPid()110 int32_t pid = atoi(dirEnt->d_name); in GetValidPid()
533 while (struct dirent* dirEnt = readdir(dirp)) { in GetValidPid() local534 if (dirEnt->d_type != DT_DIR) { in GetValidPid()538 int32_t pid = atoi(dirEnt->d_name); in GetValidPid()