Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Ddir.c24 static apr_status_t dir_cleanup(void *thedir) in dir_cleanup()
34 apr_dir_t *thedir = (apr_dir_t *)apr_palloc(pool, sizeof(apr_dir_t)); in apr_dir_open() local
54 APR_DECLARE(apr_status_t) apr_dir_close(apr_dir_t *thedir) in apr_dir_close()
72 apr_dir_t *thedir) in apr_dir_read()
126 APR_DECLARE(apr_status_t) apr_dir_rewind(apr_dir_t *thedir) in apr_dir_rewind()
147 APR_DECLARE(apr_status_t) apr_os_dir_get(apr_os_dir_t **thedir, apr_dir_t *dir) in apr_os_dir_get()
158 APR_DECLARE(apr_status_t) apr_os_dir_put(apr_dir_t **dir, apr_os_dir_t *thedir, in apr_os_dir_put()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Ddir.c27 static apr_status_t dir_cleanup(void *thedir) in dir_cleanup()
100 apr_status_t apr_dir_close(apr_dir_t *thedir) in apr_dir_close()
134 apr_dir_t *thedir) in apr_dir_read()
282 apr_status_t apr_dir_rewind(apr_dir_t *thedir) in apr_dir_rewind()
344 apr_status_t apr_os_dir_get(apr_os_dir_t **thedir, apr_dir_t *dir) in apr_os_dir_get()
353 apr_status_t apr_os_dir_put(apr_dir_t **dir, apr_os_dir_t *thedir, in apr_os_dir_put()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Ddir.c38 static apr_status_t dir_cleanup(void *thedir) in dir_cleanup()
113 apr_dir_t *thedir) in apr_dir_read()
393 APR_DECLARE(apr_status_t) apr_os_dir_get(apr_os_dir_t **thedir, in apr_os_dir_get()
404 apr_os_dir_t *thedir, in apr_os_dir_put()
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D6-1.c52 static int count(DIR * thedir) in count()
/aosp_15_r20/external/pytorch/torch/cuda/
H A D_memory_viz.py539 thedir = os.path.realpath(os.path.dirname(__file__)) variable