HomeSort by relevance Sort by last modified time
    Searched defs:DIR (Results 1 - 19 of 19) sorted by null

  /external/clang/test/Preprocessor/
pp-record.c 14 #define DIR 1
18 #if DIR
  /external/fio/os/windows/posix/include/
dirent.h 18 typedef struct dirent_ctx DIR;
20 DIR *opendir(const char *dirname);
21 struct dirent *readdir(DIR *dirp);
22 int closedir(DIR *dirp);
  /bionic/libc/include/
dirent.h 63 typedef struct DIR 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...]
  /development/ndk/platforms/android-L/include/
dirent.h 63 typedef struct DIR 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...]
  /development/ndk/platforms/android-3/include/
dirent.h 61 typedef struct DIR DIR;
63 extern DIR* opendir(const char* dirpath);
64 extern DIR* fdopendir(int fd);
65 extern struct dirent* readdir(DIR* dirp);
66 extern int readdir_r(DIR* dirp, struct dirent* entry, struct dirent** result);
67 extern int closedir(DIR* dirp);
68 extern void rewinddir(DIR* dirp);
69 extern int dirfd(DIR* dirp);
71 extern int scandir(const char* dir, struct dirent*** namelist
    [all...]
  /bionic/libc/bionic/
dirent.cpp 42 struct DIR {
50 static DIR* __allocate_DIR(int fd) {
51 DIR* d = reinterpret_cast<DIR*>(malloc(sizeof(DIR)));
62 int dirfd(DIR* dirp) {
66 DIR* fdopendir(int fd) {
80 DIR* opendir(const char* path) {
85 static bool __fill_DIR(DIR* d) {
95 static dirent* __readdir_locked(DIR* d)
    [all...]
  /external/chromium_org/third_party/libxml/src/
check-xinclude-test-suite.py 12 DIR="xinclude-test-suite"
18 os.chdir(DIR)
  /external/ipsec-tools/src/libipsec/
policy_parse.h 42 DIR = 258,
61 #define DIR 258
  /external/libpcap/
tokdefs.h 85 DIR = 303,
206 #define DIR 303
grammar.c 146 (q).dir = (d),\
392 DIR = 303,
513 #define DIR 303
1033 "PF_ACTION", "TYPE", "SUBTYPE", "DIR", "ADDR1", "ADDR2", "ADDR3",
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 855 milliseconds