Searched refs:dp (Results 1 – 1 of 1) sorted by relevance
468 struct dirent* dp = nullptr; in getCompilationCacheSize() local469 while ((dp = readdir(dir)) != nullptr) { in getCompilationCacheSize()471 snprintf(fullPath, 1024, "%s/%s", tempDir.get(), dp->d_name); in getCompilationCacheSize()