Searched refs:pDir (Results 1 – 3 of 3) sorted by relevance
96 DIR* pDir = opendir(dirPath.string()); in findFactoryForScheme() local98 if (pDir == NULL) { in findFactoryForScheme()104 while ((pEntry = readdir(pDir))) { in findFactoryForScheme()110 closedir(pDir); in findFactoryForScheme()117 closedir(pDir); in findFactoryForScheme()131 DIR* pDir = opendir(dirPath.string()); in enumeratePlugins() local133 if (pDir == NULL) { in enumeratePlugins()141 while ((pEntry = readdir(pDir))) { in enumeratePlugins()
89 DIR* pDir = opendir(dirPath.string()); in findFactoryForScheme() local91 if (pDir == NULL) { in findFactoryForScheme()97 while ((pEntry = readdir(pDir))) { in findFactoryForScheme()102 closedir(pDir); in findFactoryForScheme()109 closedir(pDir); in findFactoryForScheme()122 DIR* pDir = opendir(dirPath.string()); in enumeratePlugins() local124 if (pDir == NULL) { in enumeratePlugins()132 while ((pEntry = readdir(pDir))) { in enumeratePlugins()
42 DIR* pDir = opendir(pluginDir.string()); in PluginLoader() local43 if (pDir == NULL) { in PluginLoader()47 while ((pEntry = readdir(pDir))) { in PluginLoader()57 closedir(pDir); in PluginLoader()