Searched defs:DIR (Results 1 - 6 of 6) sorted by relevance

/ndk/build/platforms/android-3/arch-arm/usr/include/
H A Ddirent.h61 typedef struct DIR DIR; typedef in typeref:struct:DIR
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
/ndk/build/platforms/android-4/arch-arm/usr/include/
H A Ddirent.h61 typedef struct DIR DIR; typedef in typeref:struct:DIR
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
/ndk/build/platforms/android-5/arch-arm/usr/include/
H A Ddirent.h61 typedef struct DIR DIR; typedef in typeref:struct:DIR
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
/ndk/build/platforms/android-5/arch-x86/usr/include/
H A Ddirent.h61 typedef struct DIR DIR; typedef in typeref:struct:DIR
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
/ndk/build/platforms/android-8/arch-arm/usr/include/
H A Ddirent.h61 typedef struct DIR DIR; typedef in typeref:struct:DIR
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
/ndk/build/platforms/android-8/arch-x86/usr/include/
H A Ddirent.h61 typedef struct DIR DIR; typedef in typeref:struct:DIR
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);

Completed in 881 milliseconds