Home | History | Annotate | Download | only in hidl

Lines Matching refs:DIR

35     DIR *dir = opendir(name);
36 if (dir == NULL) {
39 closedir(dir);
293 DIR *dir = opendir(packagePath.c_str());
295 if (dir == NULL) {
305 while ((ent = readdir(dir)) != NULL) {
322 closedir(dir);
323 dir = NULL;