Home
last modified time | relevance | path

Searched refs:dp (Results 1 – 1 of 1) sorted by relevance

/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.cpp112 DIR *dp; in find_type_by_name() local
123 dp = opendir(iio_dir); in find_type_by_name()
124 if (dp == NULL) { in find_type_by_name()
128 while (ent = readdir(dp), ent != NULL) { in find_type_by_name()