Home | History | Annotate | Download | only in jni

Lines Matching defs:dirp

791     DIR* dirp = opendir(file8);
795 if(dirp == NULL) {
809 while ((entry=readdir(dirp)) != NULL) {
824 closedir(dirp);
842 closedir(dirp);