Lines Matching refs:dp
31 DIR *dp = opendir(busPath.c_str()); in getBusNumberString() local
33 if (dp != NULL) { in getBusNumberString()
36 while ((ep = readdir(dp))) { in getBusNumberString()
42 closedir(dp); in getBusNumberString()
47 closedir(dp); in getBusNumberString()
79 DIR *dp; in getBusClientPath() local
88 dp = opendir(busPathPartial.c_str()); in getBusClientPath()
89 if (dp != NULL) { in getBusClientPath()
93 while ((ep = readdir(dp))) { in getBusClientPath()
96 closedir(dp); in getBusClientPath()
100 closedir(dp); in getBusClientPath()
105 closedir(dp); in getBusClientPath()