Home | History | Annotate | Download | only in tests

Lines Matching full:sys_dir

1135 		DIR *sys_dir;
1147 sys_dir = opendir(sys_path);
1148 TEST_ASSERT_VAL("Can't open sys dir", sys_dir);
1150 while ((sys_ent = readdir(sys_dir))) {
1160 closedir(sys_dir);