Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/
DConnectionDetector.cpp158 auto dirp = ::opendir(mPath.c_str()); in processExistingFiles() local
160 while ((dp = ::readdir(dirp)) != NULL) { in processExistingFiles()
166 ::closedir(dirp); in processExistingFiles()
/hardware/broadcom/libbt/src/
Dhardware.c437 DIR *dirp; in hw_config_findpatch() local
462 if ((dirp = opendir(fw_patchfile_path)) != NULL) in hw_config_findpatch()
465 while ((dp = readdir(dirp)) != NULL) in hw_config_findpatch()
508 closedir(dirp); in hw_config_findpatch()