Searched refs:DIR (Results 1 - 25 of 241) sorted by relevance

12345678910

/prebuilts/ndk/9/platforms/android-10/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-10/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-10/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-11/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-11/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-11/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-12/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-12/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-12/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-13/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-13/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-13/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-14/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-14/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-14/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-15/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-15/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-15/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-16/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-16/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-16/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-17/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-17/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-17/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-18/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]

Completed in 334 milliseconds

12345678910