Home
last modified time | relevance | path

Searched defs:apr_dir_t (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_arch_file_io.h195 struct apr_dir_t { struct
196 apr_pool_t *pool;
197 HANDLE dirhand;
198 apr_size_t rootlen;
199 char *dirname;
200 char *name;
201 union {
213 int bof;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/os2/
H A Dapr_arch_file_io.h61 struct apr_dir_t { struct
62 apr_pool_t *pool;
63 char *dirname;
64 ULONG handle;
65 FILEFINDBUF3 entry;
66 int validentry;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/
H A Dapr_arch_file_io.h151 struct apr_dir_t { struct
152 apr_pool_t *pool;
153 char *dirname;
154 DIR *dirstruct;
156 struct dirent64 *entry;
158 struct dirent *entry;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/netware/
H A Dapr_arch_file_io.h124 struct apr_dir_t { struct
125 apr_pool_t *pool;
126 char *dirname;
127 DIR *dirstruct;
128 struct dirent *entry;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_file_info.h121 typedef struct apr_dir_t apr_dir_t; typedef